Summary
This course offers an introduction to Vuex with the context of NativeScript Vue. You'll learn about everything from local component state, to namespaced modules, actions, getters, mutations and much more!
What you'll learn
Throughout the course, we'll look at everything from what state means, to appropriately mutating state with actions, mutations, as well as using getters to slice state when we need it most. We'll also be using the module approach to separate our state into different containers.
Finally, we'll be spending time to ensure that our workflows are scalable by using the map helpers. This stops us having to manually access state, actions, mutations and getters with the $store prototype, and makes extending our Store a breeze!