Vuex Tutorial - Part 2 - Vuex state, getters, mutations, mutation types and actions

preview_player
Показать описание
Vuex Tutorial - In part 2 we are going to go over map stated, getters, map getters, mutations, mutation types, and actions. We will learn how to use Vuex, and how to integrate it into our components.
Vuex is a state management library and pattern that will allow you to keep your components small and easy to work with. Watch this video to learn how the state works inside of Vuex. To get more information, please visit the sides I created for it.
Рекомендации по теме
Комментарии
Автор

I am curious on your mutation-types.js (like an index in a book). Do you have any example project where I can refer to follow such structure because I can't seem to find reference similar like yours(maybe i am not looking hard enough 😅). Or do you already have a video where you explain that part specifically?

help