The video for this lesson is currently being updated, please read the transcript instead.

Vue essentials - Props

We've now had a brief introduction to components and we've written a couple in our application.

We also saw how components are like mini instances of Vue, each with their own isolated template and state.

The next important thing to understand about components is that, even though they're isolated entities, they have features to allow them to co-ordinate and communicate with the rest of the app.

To view the complete lesson you'll need to login or join this course.


Click to load comments...