Real World Nuxt

Lessons

1. Intro

3:43

2. Server-Side Rendering

7:02

3. Client-Side Interactivity

5:49

4. Routing

8:42

5. Layout

5:54

6. Layout with useState

9:07

7. Rendering Modes

8:03

Routing

Nuxt.js is an SSR framework, but it’s not just that. It’s also a Routing framework.

In fact, routing is the more prevalent feature because you can actually turn off SSR entirely if you want to, but you can’t avoid using the Nuxt routing system if you are using the Nuxt framework.

So, we’re dedicating this entire lesson to the Nuxt.js file-based routing system by implementing two new pages.

  1. **Pos