Real World Vue 3 (Composition API)

Lessons

1. Building a Vue 3 app

0:44

2. Create-Vue - creating the project

5:21

3. Single File Components

13:03

4. Vue Router Essentials

8:35

5. API Calls with Axios

8:54

6. Dynamic Routing

12:16

7. Deploying with Render

10:30

8. Scaling the app

3:48

Dynamic Routing

In this lesson, we’re going to add the functionality where a user can click any of the EventCards that are displayed on our homepage and be routed to a view that shows more details about that event. In other words: we’re going to implement some dynamic routing behavior. We’ll tackle this new feature in two parts.


Part 1: What we’ll achieve

  • Create a new EventDetailsView component to displa