Tagged: lightning aura

Navigation Service in Lightning Aura 0

Navigation Service in Lightning Aura

Salesforce provides a powerful navigation service in Lightning Aura components that enables developers to navigate between different web pages, record pages and applications. Use lightning:navigation component to navigate given pageReference generated by lightning:pageReferenceUtils. pageReference...

Lightning Modal / Popup in Salesforce 0

Lightning Modal / Popup in Salesforce

Lightning Modal is an UI component that improve user experience by presenting information or accepting user input without moving away from current screen. It is mostly used for editing or creating records and confirmations...

JavaScript for LWC: Arrow Functions 0

JavaScript for LWC: Arrow Functions

Arrow function introduced in ES6. It allows us to write shorter and simpler syntax. It provides unique feature regarding handling of this. They are typically used for short, one-liner operations and allow for implicit...

Difference between Lightning Aura and LWC 0

Getting Started with LWC

LWC is a modern programming model to build lightning components in salesforce platform. It is a framework for building web components using modern web standards like JavaScript, HTML and CSS. These web components are reusable building blocks encapsulated in their own DOM structure.