This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
🔮 FTF - From Options to CAPI
In this lesson, learn about the alternative API for interacting with Vue’s reactivity system: the composition API. In Vue 3, the composition api was added to the existing options API for a few reasons:
- to provide better logic reuse across components
- to provide more flexible code organaization for long/complex components
- and add better TypeScript support
Overtime though, developers started just using the composition API everywhere. Checkout this video to learn how you can proceed with the composition API during this course, if you so choose.
Links