Cross Component Communication with Custom Events | Salesforce Developer Quick Takes
In this Quick Take, we will learn how to take Custom Events and apply them to a common use case. We’re first going to take a look at how to create an event and dispatch it from one component. Then we will learn how to subscribe to an event and pass the body into a method for use.
Responses