- Set Up Development Environment
- Create Developer Org and Setup Dev Hub
- Create Scratch Org
- Explore Salesforce CLI Commands
- Component Bundle
- Hello World Component
- Data Binding
- Applying CSS
- Conditional Rendering
- Looping or Iteration
- Private Properties - Non-Reactive
- Private Properties - Reactive
- Getter Properties
- Public Properties
- Public Boolean Properties
- Using Slots
- Public Methods
- Shadow DOM
- Component Lifecycle
Component Communication Using Events
- Dispatching And Handling Events
- Communication Between Independent Components
- Working With Salesforce Data - An Overview
- Lightning Data Service - Create Record
- Lightning Data Service - View Record
- LDS - RecordViewForm and RecordEditForm
- LDS - RecordForm Base Component
- Call Apex Method Using Wire Adapter
- Call Apex Method Imperatively
- Display A Toast Notification
- Get Record Id and Object Name From Framework
- Meta File Configurations
- Lightning Navigation Service Overview
- Examples of Lightning Navigation Service
- JTest Setup
- Writing Tests For Your Lightning Web Components
- Debugging Test Files - Using Chrome
- Debugging Test Files - Using VS Code