Advanced Vuex with Modules, and Actions in Vue 3
Knowing how Vuex works is important but knowing when and how to store state in Vuex is equally as important. If youre working on a large scale Vue app, you may encounter situations where you need the same data at two completely different places in your application. This is the point at which a centralized state management tool like Vuex oftentimes makes a lot of sense. Today, we will be discussing when to store state in Vuex and then looking at using Vuex modules for separation of concern in large Vuex s
|
|