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

Error Handling

Currently, our app is missing a couple pretty important features. Specifically, whenever a user creates a new event from the EventCreate view, we want to take them to that new event. In other words, we want to use Vue Router to navigate the user to the EventDetails view, which displays the details for the event they just created. S