๐Ÿ“– Vue School: Deeper conceptual learning about Vuex store: (3) mutations should be as simple as possible, only to alter state, actions can be complex but never update the state; (4) check mutation history in vue devtools; (5) never update state directly, always commit a mutation instead. store.commit instead of store.state