illustration for Advanced Fine-Grained Control of Vue.js Components

Advanced Fine-Grained Control of Vue.js Components

Instructor

John Lindquist
33m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
662
people completed
Bookmark
Download
RSS

Vue is known for being super easy to pick up and quickly build great applications using the built-in template bindings and directives. As your application grows in complexity, you'll need finer control of your components.

In this course, we’ll define where content of a component should land when you define the content inside of a parent component with Vue slots and manage that relationship with slot-scope. We’ll continue with dynamic and async Vue components as well as use JSX inside Vue for complete JavaScript control of your components.

This course provides an overview of Advanced Vue.js Components with quick demonstrations on how to leverage Vue Component patterns.