Do you still need Vuex in Vue 3? In this video, we will be looking at the changes made to Vuex 4 and then using these concepts to create a todo using Vue 3’s composition API with typescript support.
The major goal of version 4 is to support the new Composition API introduced in Vue 3 and to simplify the usage of Vuex overall. It is also intended to support a more robust inference for TypeScript. I do feel the new way of typescript support in Vuex is improved but it is verbose and still needs more improvement. We will explore this in detail with a todo app example
⚡ RESOURCES ⚡
Github Repo - https://github.com/jsbroks/vuex-typescript-todoapp
Vuex - https://vuex.vuejs.org/
Vuex Github - https://github.com/vuejs/vuex
⭐ TIMESTAMPS ⭐
#vue #typescript #api #programming #developer