LWC Web Series S01 E02
In this virtual world, we are too much attached to web series and binge-watching. Here I present the second 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 2
Component Communication Using Events
In this episode, we will meet the following characters.
- Communication with events
- Custom Events
- Event Propagation
- Communication between independent components
- Shared JS Code
- Utility JS