The Vue.js 2 Master Class

Watch this course for FREE this weekend only.
Create an account to start watching.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

Components, Props and Computed Properties

It is important to organize your application well, and in this lesson, we will split the forum into smaller components and then learn how to pass a thread resource (object) to our newly created ThreadList component.

We’ll also go through an important component topic, the computed properties.