Why the Vue 3 Composition API?

Published: 10 October 2019
on channel: Vue Mastery
126,904
3k

This Vue 3 Composition API tutorial makes it clear why the limitations of Vue 2 led to the creation of Vue 3's Composition API, and how it solves a few problems for us.

We'll go into detail about some of the challenges you might face with Vue 2, so that you can see where the new API comes in.

Dive deeper into Vue 3 👉🏼 https://www.vuemastery.com/courses/vu...

Get your free Vue 3 cheat sheet 👉🏼 https://www.vuemastery.com/vue-3-chea...

Explore more Vue.js courses 👉🏼 https://www.vuemastery.com/courses

Get in touch 👉🏼 [email protected]

Tweet us 👉🏼   / vuemastery  

0:00 Introduction
0:12 Limitations when using Vue 2
0:42 1: Large components can become hard to read & maintain
3:27 2: No perfect way to reuse logic between components
6:14 Vue 3 Composition Functions