mapActions vs mapMutations
- 📢 Need an intro to mapHelpers to Vuex? Check out Divya's course: Vuex for Intermediate Vue.js Developers!
- Don't use mapMutations
- Different ways to define mapActions
Always use namespaced module
- 📢 Need an intro to modules to Vuex? Check out Divya's course: Vuex for Intermediate Vue.js Developers!
- Mutations and actions are not namespsaced by default, this is why it's important to turn this on by default.