A configuration file is required for each Lightning Web Component. In addition to supported targets and the design configuration for Lightning App Builder and Experience Builder, the configuration file defines…
Tag: Lightning web components

Create Lightning Web Components - 2
In my previous post, we discussed the basics of creating Lightning Web Components (LWCs). Today, we will dive a little deeper and discuss how components are related to HTML and…

Create Lightning Web Components - 1
Today, we will learn the basics to create a Lightning Web Component. Having its own API, a Lightning web component is a reusable custom HTML element. An HTML file, a…

Share Javascript Code in LWC
In previous posts, we’ve discussed Lightning Web Components and how they relate to Javascript Code. Today, we will discuss sharing Javascript Code in LWCs. Create an ES6 module in a…

LWC - Environment Setup
Lightning Web Components – Environment Setup Regardless of your development process, you must establish an org, set up linting, and set up your code editor before you can see your…

Web Component Standards
Web Component Standards A new browser feature called Web Components offers a common component model for the Web, which consists of many parts maintained in various locations: Image Source: Lightning…