- Overview
- Transcript
4.1 Conclusion
Vuex really is a fantastic tool for managing state, and I encourage you to use it in all your applications—large and small.
My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thank you for watching!
1.Introduction1 lesson, 01:25
1.1Introduction01:25
2.Using Vuex7 lessons, 50:48
2.1Setting Up the Project05:54
2.2Displaying a List07:03
2.3Adding State04:57
2.4Committing and Tracking Changes09:03
2.5Using Getters to Compute Values08:44
2.6Dispatching Actions to Perform Asynchronous Work06:53
2.7Using Mapping Functions08:14
3.Advanced Vuex3 lessons, 30:42
3.1Using Vuex With the Composition API08:17
3.2Getter Methods09:04
3.3Don't Track Everything and Make Your Actions Chainable13:21
4.Conclusion1 lesson, 00:57
4.1Conclusion00:57
4.1 Conclusion
Vuex is a wonderful tool for managing state and it's my hope that by now you understand how to use it in your applications. Because after all, you know how to create a Vuex store and use it to store data as state. You know that we use mutations to manipulate state, and that they should always be synchronous. You know how to define Getters both properties and methods, and you learned how to define and dispatch actions to perform asynchronous work. You also learned how to use Vuex with the new composition API, and how to set up your applications to allow chained methods. Vuex is really a fantastic tool for managing state, and I encourage you to use it in all of your applications, large and small. Thank you so much for watching this course. Please feel free to contact me through Twitter or the Tuts+ forums if you have any questions. From all of us here at Tuts+, thank you and I will see you next time.







