
Vuex Fundamentals
Lessons
1. Intro to Vuex
2. Global State
3. Updating State
4. Fetching State
5. Error Handling
6. Next Steps
Updating State
How do we update Vuex state? Learn how to use Mutations to add new State or update State within the Vuex Store.