Salesforce LWC Course Content


Introduction

  • Set Up Development Environment
  • Create Developer Org and Setup Dev Hub
  • Create Scratch Org
  • Explore Salesforce CLI Commands
LWC Fundamentals
  • Component Bundle
  • Hello World Component
  • Data Binding
  • Applying CSS
  • Conditional Rendering
  • Looping or Iteration
Javascript Properties
  • Private Properties - Non-Reactive
  • Private Properties - Reactive
  • Getter Properties
  • Public Properties
  • Public Boolean Properties
Component Lifecycle & Composition
  • Using Slots
  • Public Methods
  • Shadow DOM
  • Component Lifecycle
Component Communication Using Events
  • Dispatching And Handling Events
  • Communication Between Independent Components
Access Salesforce Data
  • 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
Navigation Service and Other Features
  • Display A Toast Notification
  • Get Record Id and Object Name From Framework
  • Meta File Configurations
  • Lightning Navigation Service Overview
  • Examples of Lightning Navigation Service
Testing Lightning Web Components
  • JTest Setup
  • Writing Tests For Your Lightning Web Components
  • Debugging Test Files - Using Chrome
  • Debugging Test Files - Using VS Code