I’ve published a new Pluralsight course : State Management with Vuex! In this course you’ll learn all about how to manage state in your Vue.js applications using Vuex. I cover the following topics:
- Creating a Vuex store
- Storing and retrieving state (data) from the Vuex store
- Changing state with mutations
- Retrieving calculated state with Vuex getters
- Using Vuex actions to communicate with an API
- Organizing your Vuex store with modules
- and Simplifying Vuex with MapHelpers
Check it out over at Pluralsight!
Leave a Reply