Monthly Archives : September 2022

Chapter 1: LWC Tutorial – Lightning Locker and Lightning Locker Tools

On September 26, 2022, Posted by , In LWC Tutorial, With Comments Off on Chapter 1: LWC Tutorial – Lightning Locker and Lightning Locker Tools

On top of standard restrictions applied via native web APIs, lightning lockers implement a few more restrictions for security purposes. What are lightning locker features? By default, a strict mode of JavaScript is enabled Components can only access elements that are part of it’s DOM Lightning locker restricts the use…

Chapter 1: LWC Tutorial – LWC OSS

On September 19, 2022, Posted by , In LWC Tutorial, By , With Comments Off on Chapter 1: LWC Tutorial – LWC OSS

LWC OSS is an open-source LWC that would allow developers to use the LWC framework to build applications outside of the Salesforce system as well. LWC framework which we use inside the Salesforce system is considered as managed LWC. Why was it required? Earlier developers were using the different frameworks…

Chapter 1: LWC Tutorial – Basics

On September 11, 2022, Posted by , In LWC Tutorial, By , With Comments Off on Chapter 1: LWC Tutorial – Basics

We can create lightning components using two programming models: 1.     Aura 2.     LWC LWC uses Web components standards and provides what over and above is required to perform well on browsers. With time, web standards have evolved a lot and browser vendors have implemented them in…