LWC Web Series S01 E03
In this virtual world, we are too much attached to web series and binge-watching. Here I present the third episode of a four-episode web series to learn LWC featuring Sahil Batra.
Lightning Web Components are Custom HTML elements built using HTML and modern JavaScript. LWC uses core Web Components standards and provides only what’s necessary to perform well in browsers supported by Salesforce. Most of the code you write is standard JavaScript and HTML.
Season 1 Episode 3
Working with Salesforce Data including LDS
In this episode, we will meet the following characters.
- Lightning Data Service
- Use of base components with LDS
- Use LDS and wire adapter
- Calling Apex using
@wire
- Calling Apex using imperative calls
- Refresh Apex