LWC Web Series S01 E01
In this virtual world, we are too much attached to web series and binge-watching. Here I present the first 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 1
Introduction and Fundamentals
In this episode, we will meet the following characters.
- Introduction to LWC
- Why LWC ?
- Evolution of Web stack and Standards
- LWC Framework
- Aura & LWC
- Environment Setup
- LWC Bundle
- Build your First Component
- Applying CSS to Components
- Loop & Iteration
- Data Binding
- Conditional Rendering
- Decorators (@track @api @wire)
- Public Boolean Properties
- Getter and Setter Methods
- Calling Child component’s methods
- Compositions and Slots
- Component Lifecycle and its Hooks