Archives

When to use LWC v/s Aura component

Lightning Web Components (LWC) and Aura components are both frameworks for building reusable components in the Salesforce Lightning platform. The choice between the two will depend on the specific requirements of your project and your development preferences. Here are some factors to consider when deciding between LWC and Aura components: In general, LWC is the …

Lightning Component Child-Parent Communication without Event

The framework uses event-driven programming. You write handlers that respond to interface events as they occur. The events may or may not have been triggered by user interaction. In the Lightning Component framework, events are fired from JavaScript controller actions. Events can contain attributes that can be set before the event is fired and read …

Lightning Components Parent-Child Communication Patterns

In this tutorial, you will learn Lightning Components communication patterns which are attributes, method, events and can be used as per use-case

%d bloggers like this: