
It introduces Instructor
It explains a small introduction to Lightning web components and developer tools needed to work with Lightning web components.
It explains what basic files involved in a lightning web component.
It explains an overview of Lightning Component Reference and how to use the Playground for writing Lightning web components.
Note: Using Playground you can't invoke apex class.
It explains data binding with simple example
It explains how to convert String values to integer and computing the same.
It explains different HTML directives available in LWC and its purpose
It explains how to display HTML conditionally with a simple example.
It explains how to display a static list of records.
It explains how to render multiple HTML'w as we can add multiple HTML files in single LWC.
It explains decorators and purpose.
It explains what is Lightning Data Service and what is available under the same.
It explains different Record Form Base Components available which are useful for Load, Create, and Update Records without using Apex code under Lightning Data Service.
It explains how lightning-record-form works and how to work with the same.
It explains how to work with lightning-record-edit-form and how it helps to pre-populate fields values.
It explains how to work with lightning-record-view-form and how it will be useful to load the record without apex.
It explains how to load record using "getRecord" without using apex
It explains how to create a record using "createRecord" function without using apex.
It explains how to update a record using "updateRecord" function.
It explains how to delete a record using "deleteRecord" function.
It Explains in how many ways you can call apex methods form LWC
It explains how to wire a method to a property or a function.
It explains how to save a record using apex
It explains how to retrieve records from an Apex metho imperatively.
It explains how to work with lightning-datatable and available features.
It explains how to pass communication from Parent to Child Component using public properties, public methods.
It explains how to pass communication from Child to Parent using custom events.
It explains how to pass communication from Child to Parent using custom events.
It explains how to pass communication between different components on the same Flexi page.
It explains how to pass communication from LWC to Aura component.
it explains the introduction to Lightning Messaging Service and how to create Lightning Message Service Channel.
It explains how to pass communication between different LWC components on the same Flexi page
It explains how to pass communication between different Aura components on the same Flexi page.
It explains how to pass communication between different Visualforce Pages on the same Flexi page.
This course covered different areas in the Lightning web component programming model with simple examples.
Introduction
Developer Tools
Anatomy of LWC(Lightning web component)
Component Reference & Playground
Data Binding
Calculator Example
HTML Directives
Decorators
Picklist Preparation
Lightning Data Service
Record Form Base Components and wire adapters, functions from uiRecordAPI
Call Apex method
Lightning Data Table
Communication Between Components
Add and Delete dynamic rows
Mass Delete
Lightning Message Service(examples with LWC, Aura, and Visualforce)
Include LWC in Visualforce Page
Navigate to record's "Create Page" and pre-populate field values
Share JavaScript
Drag & Drop
Custom Lookup
How to Expose properties to set default values