
Explore lightning web components as custom html elements built with html and modern javascript, and learn how lwc can be called inside aura and coexist in one environment.
Difference between Lightning web components and Aura: learn how web components use templates, custom elements, shadow dom, and modules to provide encapsulated design.
Discover how es modules power LWC, acting as the controller with logic, while shadow dom, html template, and custom element define the component structure.
Learn to set up the Lightning web component local development environment by installing sfdx, updating it, configuring VS Code and Salesforce extensions, authorizing an org, and deploying LWC components.
Master designing a lightning web component template and writing the script in lwc. Build a name input example and a three-number greatest finder, with deployment and preview steps.
Introducing Lightning Web Components
Now you can build Lightning components using two programming models: Lightning Web Components, and the original model, Aura Components. Lightning web components are custom HTML elements built using HTML and modern JavaScript. Lightning web components and Aura components can coexist and interoperate on a page. To admins and end users, they both appear as Lightning components.
Lightning Web Components uses core Web Components standards and provides only what’s necessary to perform well in browsers supported by Salesforce. Because it’s built on code that runs natively in browsers, Lightning Web Components is lightweight and delivers exceptional performance. Most of the code you write is standard JavaScript and HTML.
Intended Audience:
· Salesforce Professionals
· UI and UX developers
· Experienced Professionals
· Salesforce Developers and Admins
· Students and Fresh Graduates
Our Free Course Covers the below Topics:
Introduction and event setup
What is Lightning Web Components
Difference between Lightning Web Components and Aura
What is ES modules in LWC
How to setup the LWC local development server
Our Paid course covers the below outline:
LWC framework is a new programming model to develop Salesforce Lightning Components. This course is designed to help you understand three basic things:
What are Lightning Web Components?
Why Salesforce has introduced the Lightning web component framework?
How can you develop Lightning web components?
Course Outline
· Introduction and event setup
· LWC function unification
· Loop style
· LDS forms
· LDS Programmatically
· Wire
· Wire property/functions
· Event Declaratively
· Event Programmatically
· Pubsub singleton
· LMS
LWC is still new in the market and learning LWC can make you a Salesforce gem and can give your resume another dimension.
If you are new to any web development framework, please do not worry as the course will start from very basic (ground 0) to help you understand how can you start coding web components