Skip to content

Free Resources

Resource thumbnail
VueJS

Effectively Using the New Vue Composition API

Come join us as we walk through the new Composition API that will be released as part of Vue 3. The Composition API is a way to abstract functionality in your application, using some new internal APIs that Vue is exposing. Inspired by React Hooks, it makes it much easier to share logic, data, and methods across components in your app.