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 23

Creating movie-item component

In this video, we'll correctly display the movie data in the UI.

Separation of concerns

Before we do, I want to mention an important design pattern in component-based frameworks which is "separation of concerns". This essentially means that any one component should not have too many jobs.

That's why we have one component for displaying the movie list, and one for filtering it - two different jobs, two different components.


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