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

Server-Side Rendering

In this lesson, we’ll take a look at the main feature of Nuxt.js: Server-Side Rendering (SSR).

SSR allows an app to fetch data and render the components into HTML on the server side. This will create a faster loading experience as the components don’t have to b