#vue composition api

Subscribe
The Vue Composition API is a powerful tool for building robust, composable components in Vue.js. It allows developers to create components with a more flexible and maintainable code structure, while still taking advantage of the features that make Vue so popular. We have several talks and workshops on this topic, so if you're interested in learning more about how to use the composition API to create amazing Vue apps, come join us!
Vue.js London Live 2021Vue.js London Live 2021
20 min
Vuetify 3: Titan
Learn about the newest features coming to the next version of the framework. See how the core team approached porting Vuetify from Vue 2 to the Vue 3 composition api. Preview updates to core features such as the new layout system, improved testing methodologies, expanded customization options, updates to css utility classes, and much much more.
Vue.js London Live 2021Vue.js London Live 2021
22 min
Modern State Management with Vue 3
The Vue 3 Reactivity and Composition API offers developers flexible techniques to work with reactive data. They enable a new and modern approach to handling State Management. Developers can now effortlessly implement local and global stores. Vuex has been one of the most used First-party plugins for Vue 2. Let's have a look at the advantages and tradeoffs of using Composables instead of Vuex.