Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
> Lesson 18

Filtering movie list

In the last video, we consolidated our check filter events into a reactive array genres which, in this video, we'll be passing to our movie list component to use in the movie filtering function.

Passing down data

To pass the data down from the root instance to the movie-list component we can simply use props.

Let's first use the v-bind directive to reactively bind the genres array to a to-be-created prop on the movie-list component that we'll name genres.


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom