Completed
- Handle forms with Vuex
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Vuex Tutorial - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Getting Started with Vuex 💪
- 2 - Create Vuex Store and use it to hold state
- 3 - A Short Message From Team Scrimba
- 4 - Preview: The Vue JS Bootcamp
- 5 - Create computed properties with Vuex mapState
- 6 - Retrieve data from Vuex Store with Getters
- 7 - Update state in Vuex Store with Mutations
- 8 - Update state asynchronously with Vuex Actions
- 9 - Structure and manage Vuex store with Modules
- 10 - Handle forms with Vuex
- 11 - Share code between Vue apps with Vuex Plugins
- 12 - Test Vuex Mutations, Actions and Getters with Mocha and Chai