#salesforce
#trailhead
#salestraining
Lightning Web Components Basics
Handle Events in Lightning Web Components
Learning Objectives
After completing this unit, you'll be able to:
Create an app that includes multiple components.
Describe the file structure of a complex component.
Handle events.
Follow an Event's Journey
You've built a component and pushed it to an org. Let's start adding some interactivity with event handling. We follow an event's journey through several components for sophisticated event handling in an application. This application is a product selector for a bicycle shop. Users click a bike name and image to see more detail.