- Installation of [NProgress](https://github.com/rstacruz/nprogress) to create a better experience for a user when they are interacting with our application.
- Axios Interceptors
- Not optimal for multiple API calls
- We do not want to show the user the template before the data is available.
- In-component Route Gaurds
- Global and Per-Route Gaurds (Unltimately will use this.)
- Use the `npx json-server -d 1500 --watch ./db.json` command to simulate a slow network response.
- Good reasons to use interceptors:
- On request to set authorization tokens
- On respinse to format or filter data before it reaches into your app
- On response to catch 401 not authorized responses
## Following along?
We encourage you to follow the course on Vue Mastery, and code along with us. This course has tags representing the start and finish of each level, just in case you get stuck. Here's the start and ending code of each lesson, if you'd like to download them.
@ -18,7 +32,7 @@ We encourage you to follow the course on Vue Mastery, and code along with us. Th