DEV Community

Discussion on: You Might Not Need Vuex with Vue 3

Collapse
 
brettfishy profile image
Brett Fisher

Great article! I just finished converting a project to use this approach instead of Vuex so that we can use TypeScript. The only downside is you lose the Vuex tools in the Vue devtools extension. Once I upgrade to native Vue 3 instead of the composition API plugin, I might switch back to Vuex just to get the benefits back from the devtools.