Touring Vue Router (Composition API)

Lessons

1. Introduction

1:19

2. Receiving URL Parameters

4:31

3. Building Pagination

9:27

4. Nested Routes

10:03

5. Redirect & Alias

5:52

6. Programmatic Navigation

5:20

7. Error Handling and 404s

8:01

8. Flash Messages

5:23

9. Wrapping Up

9:35

Error Handling and 404s

There are three different kinds of errors we need to catch in our application, and we will have different results for each of them.

  • When a user tries to navigate to a page that doesn’t exist.
  • When a user’s network connectivity fails.
  • When a