1 - 1. Tour the Project
2 - 2. Building the Inbox
2 - 2. Building the Inbox
3 - 3. Async Setup & Suspense
4 - 4. Axios & JSON Server
4 - 4. Axios & JSON Server
5 - 5. Opening an Email
6 - 6. Email Modal
6 - 6. Email Modal
7 - 7. Keyboard Shortcuts
8 - 8. useKeydown Composable
8 - 8. useKeydown Composable
9 - 9. Email Action Bar
10 - 10. Flexible Events
10 - 10. Flexible Events
11 - 11. Multi-select with Reactive Sets
12 - 12. App-wide Non-persisted State
12 - 12. App-wide Non-persisted State
13 - 13. ‘Select All’ Checkbox
14 - 14. Bulk Actions
14 - 14. Bulk Actions
15 - 15. Archived View
16 - 16. Conclusion
16 - 16. Conclusion
Title: Mastering Vuex
Description: Learn how to handle state in a production-level application with Vuex, Vue's own state management pattern and library.
Link: https://www.vuemastery.com/courses/mastering-vuex/intro-to-vuex
Difficulty: #BEGINNER
Lessons: 7 / 7
Tags: #vuemastery
Description: Learn how to handle state in a production-level application with Vuex, Vue's own state management pattern and library.
Link: https://www.vuemastery.com/courses/mastering-vuex/intro-to-vuex
Difficulty: #BEGINNER
Lessons: 7 / 7
Tags: #vuemastery
Vue Mastery
Intro to Vuex
Learn how Vuex can solve the problems of state management in a Vue application
1 - 1. Intro to Vuex
2 - 2. Mastering Vuex Orientation
2 - 2. Mastering Vuex Orientation
3 - 3. State & Getters
4 - 4. Mutations & Actions Pt. 1
4 - 4. Mutations & Actions Pt. 1