Courses

The Vue.js Master Class - Forum Threads - Actions and Mutations

In this Vue.js tutorial, we’ll refactor the addPost method into actions and mutations.

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