Fullstack w/ Nuxt Nitro

Lessons

1. Introduction

3:15

2. Project Setup

3:50

3. Fetching APIs

6:36

4. Creating APIs

10:20

5. Managing API Errors

5:41

6. Server Routes

5:50

7. Server Middleware

7:45

8. Rendering Strategies (SSR, CSR and more)

8:09

9. Next Steps

3:17

Server Middleware

So, what’s Nuxt 3 server middleware?

To put simply, Nuxt 3 server middleware is basically any code that’s run prior to any other server code being run. So in other words, that’s why it’s calle