Posts

Showing posts with the label Benefits of Lightning Web Components

Benefits of Lightning Web Components Over Lightning Components

Image
Salesforce has introduced a new platform called Lightning Web Components (LWC) in December 2018 Lightning Web Components takes Salesforce lightning platform one step closer to using web standards for UI development. Those new to salesforce who are familiar with basic frontend language such as Visualforce Pages can directly jump into LWC without having an in-depth understanding of Aura Components (Lightning Components). LWC uses modern Java Script Frameworks – this means any non-salesforce developer who is familiar with Node.JS or React can easily be able to code in LWC. Read more about Salesforce Lightning Development Since LWC has come into existence we can now create Lightning components in the following ways: Aura components – which are also known as lightning components. Lightning Web Components - the newest way to create lightning components. First thing we will know about what web components are. Web Components consist of  four separate technologies  that are u...