Lightning web component

A Lightning web component is a framework for building web components using standard web technologies like HTML, JavaScript, and CSS.

Section 01

Getting Started with LWC

Section 02

Setting Up Development Environment

Section 03

Understand Lightning Web Component Bundle

Section 04

Migrating Aura to LWC

Section 05

Decorators in LWC

Section 06

Rendering Components in LWC

Section 07

Data Binding in LWC

Section 08

Properties in LWC

Section 09

Styling in LWC

Section 10

LWC Lifecycle Methods

Section 11

Component Composition & Communication

Section 12

Working with Records inside LWC

Section 13

Working with Records inside LWC

Section 14

Test LWC with JEST framework

Section 15

Build an Application from scratch using LWC

Section 16

REST API Callout from LWC