• Post category:StudyBullet-5
  • Reading time:4 mins read


What you will learn

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

LWC Function Unification

Writing a program and Design Template in LWC

Description

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


Get Instant Notification of New Courses on our Telegram channel.


· 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

English
language

Content

Introduction

What is Lightning Web Component
Difference between Lightning Web Components and Aura
What is ES modules in LWC
How to setup the LWC local development server
Writing a Program and Designing Template in LWC