Salesforce Lightning web components
Two ways to create lightning components
- Lightning web components
- Aura components
Lightning Web Components uses core Web Components standards and provides only what’s necessary to perform well in browsers supported by Salesforce. Because it’s built on code that runs natively in browsers, Lightning Web Components is lightweight and delivers exceptional performance. Most of the code you write is standard JavaScript and HTML.
References:
https://developer.salesforce.com/docs/component-library/documentation/lwc
No comments:
Post a Comment