Courses

The Vue.js Master Class - Vuex State Management - Creating Posts using Vuex

In this Vue.js tutorial, we’ll refactor the addPost method so we can create forum posts with an action and mutations.

Remember, that you should never alter the state outside a mutation.