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.
Vue Foundations > Lesson 66

Replace dummy data with API data

In the last video, we installed the Axios HTTP client and used it to request the movie data from the backend API that we can now use in our app.

In this video, we'll pass that data to the movie-list component so it's ready to be displayed.

Passing down data

We've received the API data in the root Vue instance. Since we need this data in the movie-list component, why didn't we just receive it there?


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