The video for this lesson is currently being updated, please read the transcript instead.

Relaying check-filter event

In the last video, we emitted a custom event with a payload from our check-filter component and received it in the movie-filter component.

As per the data flow plan that I've laid out here, we still need to complete step 3 by relaying the event data to the root instance so it can be sent via props to the movie-list component where it can be utilized to filter the list of movies.

Relaying event from movie-filter

To view the complete lesson you'll need to login or join this course.


Click to load comments...