Vuex Fundamentals

Lessons

1. Intro to Vuex

5:36

2. Global State

7:36

3. Updating State

8:04

4. Fetching State

13:31

5. Error Handling

6:52

6. Next Steps

2:30

Updating State

If we take a look at our example application, we are successfully pulling our global Vuex user state into our local EventCreate component. But we’re currently just logging our new event to the console. In this lesson, we want to actually post that event to