Components are the puzzle pieces of a Vue.js website. Learn the fundamental and important concept of Vue.js components in this course using the latest and greatest API: the Composition API.
Learn everything you need to know to get started with Vue.js components. Web components are custom developer defined HTML elements, like <p>
,<body>
, or <button>
, that allows us to encapsulate some functionality of our applications.
Components are the puzzle pieces of a Vue.js website. Components combine blocks of HTML, JavaScript, and CSS. And as a result, they allow us to easily encapsulate and reuse functionality in our applications.
After this course, you'll be familiar with:
Vue.js Component Exercises:
You need a basic understanding of Vue.js to enjoy this course. We recommend watching Vue.js 3 Fundamentals with the Composition API if you're not already familiar with Vue.js