LWC Modules and JavaScript Static Resources
How to create reusable JavaScript modules for LWC and how to import third-party JavaScript libraries as static resources into your Lightning Web Components.
4 posts tagged with "javascript"
How to create reusable JavaScript modules for LWC and how to import third-party JavaScript libraries as static resources into your Lightning Web Components.
JavaScript fundamentals for Lightning Web Components — classes, variables, data types, JSON, methods, the this keyword, DOM interaction, collections, operators, conditionals, modules, async programming, promises, destructuring, spread operator, exception handling, events, and debugging.
Understanding the DOM for Lightning Web Components — what the DOM is, the difference between Light DOM, Shadow DOM, and Synthetic Shadow DOM, and how Lightning Locker Service and Lightning Web Security work.
An introduction to Lightning Web Components — what they are, when to use LWC vs Aura, when to build custom components vs using out-of-the-box tools, frontend vs backend code, setting up your org, creating your first LWC, and placing it on a page.