Vuex on large projects: How to structure it ?
If you are using vuex in a small project, you can keep state, mutation, getters, and actions in a single file.
On the other hand, when developing a large project, we can divide vuex into modules based on categories, thereby keeping file sizes down, k...
sft.hashnode.dev2 min read