Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.
Pascal edited this page Sep 9, 2017 · 10 revisions

Other Resources



Why Vuex for State Management

Images Source: https://www.udemy.com/vuejs-2-the-complete-guide/learn/v4/t/lecture/5976746


Issue 1

state_management_parent_child


Issue 2

state_management_event_bus


Solution

state_management_central_state




Getters

state_mamagement_getters



Mutations ("Setters")

Changes the state. Mutations are committed, which will update the state (and all components)

Note: Mutations have to run synchronously!

state_mamagement_mutations



Actions

For synchronous tasks

state_mamagement_actions

Index

Clone this wiki locally