In our last lesson we learned how to start creating actions and mutations using Vuex with an API, which is something that happens a lot in a real world application. In this lesson, we’ll build out Vuex Mutations and Actions for our EventList & EventShow pages, and even implement some pagination.
In our lesson on [APIs