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…
Tag: javascript

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…