Lightning Web Components

Learn Salesforce Lightning Web Components from Scratch | Complete LWC guide and Notes

Salesforce Lightning Web Components (LWC) was launched in December 2018 as a part of the Winter ’19 release. This release introduced Lightning Web Components as a new framework for building web applications and as an alternative to Aura components. Since then, LWC has become increasingly popular among Salesforce developers due to its modern approach to web development, improved performance, and seamless integration with other Salesforce services.

In this series of articles, we will learn the development of Lightning Web Components from scratch. Below is the index of the article series.

Lightning Web Components Course Curriculum

Unit 1:
Introduction to LWC
1. What LWC is and why it matters?
2. Pre-requisites to learn LWC
3. Aura vs LWC
Unit 2:
Getting Started with LWC
1. Setting up environments for LWC development
2. Basics of Javascript
3. First LWC Component
4. Using HTML Templates
Unit 3:
Playing with Data in LWC
1. Data Binding
2. Intro to LWC Decorators
Unit 4:
Lifecycle Flow & Hooks in LWC
1. Lifecycle Flow
2. Constructor
3. connectedCallback and disconnectedCallback
4. renderedCallback
5. errorCallback
Unit 5:
Concept of LWC Wire and Imperative
1. Import Apex Methods
2. Expose Apex Methods to Components
3. Intro to LWC Wire service and error handling
4. Using Imperative
Unit 6:
Communication between components
1. Create, handle, and dispatch events
2. Parent-to-child communication
3. Child-to-parent communication
Unit 7:
Debugging LWC Components
Debugging LWC Components
LWC Course Curriculum

Introduction to Salesforce LWC

1. What LWC is, and why it matters?

Salesforce Lightning Web Components (LWC) is a robust framework for building web applications on the Salesforce platform. It is a lightweight and modern approach to web development that allows developers to create custom user interfaces.

LWC offers many benefits over traditional development approaches, including faster development, improved performance, and easier maintenance. With LWC, developers can build scalable and reusable components that can be easily reused within the platform.

Why LWC?
Why LWC?

In the initial days, Salesforce started with Visual Force, then later launched Aura in 2014. In just 4 years, Salesforce came up with “Lightning Web Components” which is now widely adopted. LWC offers a more modern development experience, with a simpler and more intuitive syntax, better tooling, and easier debugging compared to other Salesforce development frameworks. This helps to improve developer productivity and reduce development time and cost.

LWC is designed to be highly performant, with faster load times and better rendering speed compared to other Salesforce development frameworks. This is achieved through the use of server-side rendering, which reduces the amount of code that needs to be downloaded and processed by the browser.

2. Pre-requisites to learn LWC

Pre-requisites to learn LWC
Pre-requisites to learn LWC
  1. HTML and JavaScript: LWC is built using web standards and technologies such as HTML, CSS, and JavaScript. Therefore, having a good understanding of these languages is essential for learning LWC.
  2. Salesforce Platform: LWC is designed specifically for the Salesforce platform. Therefore, you should have a basic understanding of the Salesforce platform, including its data model, security model, and other core concepts.
  3. Apex programming language: Although not strictly necessary, having some knowledge of the Apex programming language can be helpful when building LWC components that require server-side logic.
  4. Basic understanding of MVC architecture: LWC uses the Model-View-Controller (MVC) architecture to separate the presentation, data, and logic layers of an application. Therefore, having a basic understanding of this architecture can be helpful in understanding how LWC components work.
  5. Familiarity with development tools: To develop LWC components, you will need to use a number of development tools, including a code editor, a web browser, SFDX CLI, and the Salesforce Developer Console. Therefore, having some familiarity with these tools can be helpful.

In summary, to learn LWC, you should have a good understanding of web development and the Salesforce platform, as well as some familiarity with the Apex programming language and the MVC architecture. Having a good set of development tools can also be helpful in getting started with LWC.

3. Aura vs LWC

Aura vs LWC
Aura vs LWC
FeatureAura ComponentsLightning Web Components
Development ModelMVCWeb Components
TechnologyUses Aura FrameworkUses Aura Framework
Performance / SpeedComparatively SlowerComparatively Faster
ComplexityComparatively ComplexEasy to learn and understand
Data BindingUses two-way data bindingUses one-way data binding
ModularityUses Aura bundlesUses modules
Code SizeComparatively LargerComparatively smaller
Learning CurveSteepEasy to use and learn
ReusabilityReusable components are possibleReusable components are possible
DebuggingDebugging is complexIts comparatively easier
Aura Vs LWC Feature Comparison

Aura Components and LWC have different development models and use different technologies. While Aura Components are more complex and have a steeper learning curve, LWCs are simpler and easier to understand. LWC components are faster, more modular, and have a smaller code size compared to Aura components. Additionally, LWC offers better debugging capabilities.

In summary, Lightning Web Components are a Modern framework for Salesforce development, which is packed with lots of pros and features. That’s why I feel it is worth learning.

Oh hi there!
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

We don’t spam! Read our privacy policy for more info.

Abhishek Patil
Abhishek
Salesforce Technical Lead at SFDC Hub

Mr. Abhishek, an experienced Senior Salesforce Developer with over 3.5+ years of development experience and 6x Salesforce Certified. His expertise is in Salesforce Development, including Lightning Web Components, Apex Programming, and Flow has led him to create his blog, SFDC Hub.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Shopping Cart
0
Would love your thoughts, please comment.x
()
x