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.
Click to load comments...