I find it redundant if I'm not doing async calls in actions. Why would I dispatch action to action then call a commit?
actions
this.$store.commit('setSomeValue', newComputedValue');
can't I call commit directly from my view layer?