Month: April 2019

Tech Corner Cleaner Centralized State Management in Vue with Vuex Modules

Cleaner Centralized State Management in Vue with Vuex Modules

Vuex, the official state manager for Vue applications, comes up with many nice features that help us to organizing our projects. One of them, on which we will focus in this article, are the __Vuex Modules__. Vuex modules allow us to divide our store into modules, each of which with its own state, mutations, actions, …

Read Article Read More