Is Vuex still necessary in Vue 3? This article says it's largely obsolete due to the new composition API and explains how avoiding Vuex will simplify your code. #vuejs @BrendelMario buff.ly/2QR8Y4b
3
32
147
0
21
Download Image
@vuejsdevelopers @BrendelMario If Vuex is analogous to a global store then ofcourse Vuex will still be needed?
@vuejsdevelopers @BrendelMario Honestly I have a longtime since I stopped using vuex , instead vuex I'm using the $root component for all of my shared methods,data..
@vuejsdevelopers @BrendelMario This article should really just be called why Vuex could be reimplemented using vue3