Vuex state and getters 10 mars 2020 3 min read archive With vuex is there a reason why it's better to access state directly than via a getter if the getter is just returning the state? Let us first take care to illustrate this