Category Lightning Web Components

Lightning Web Components are a modern framework for building fast, reusable, and lightweight components on the Salesforce platform. Built using standard web technologies like HTML, JavaScript, and CSS, LWCs offer a powerful way for developers to create dynamic, responsive user interfaces.

Dynamic Interactions in Lightning Web Component?

With the Winter 22 release, we have received an update called DI which can be used to achieve the same i.e. enable components to communicate with each other which are on the same app page with the help of little development and little configuration. The developer can simply expose the event to the app builder using XML file and Admin can configure the target component and interactions for the event.