Dynamic Vue Components

1 episode 12 mins

Course overview

Vue allows you to dynamically render components based on their names. This can help simplify your rendering and get rid of unnecessary logic from your templates. Here's an example using different notification types.

Alex Garrett-Smith
Alex Garrett-Smith
Hey, I'm the founder of Codecourse!

Episodes

0%
Your progress
  • Total: 12 mins
  • Played: 0 mins
  • Remaining: 12 mins

Related courses

Vue.js
Vue.js components

Learned the basics of Vue.js? In this course we'll be diving into components, which are essential to start building larger applications that have clean, reusable sections.

1 hr 38 mins
Vue.js
Globally registering Vue components

A quick tip on globally registering all of your Vue components so you can just <Add /> them to your templates!

5 mins