Skip to main content

Posts Tagged ‘Salesforce Module’

Understanding a Lightning Web Component and Its Multiple Parts

A lightning web component (LWC), a new Salesforce module increasing in popularity, allows us to bundle HTML markup and CSS styles into custom HTML elements. However, to understand and utilize an LWC correctly, we need to understand the following: How to create a basic LWC Composition and communication with events in an LWC Reactivity in […]