1. Introduction
2. History of Next.js
3. React Server Components
4. Setup Next.js
5. Static Routing
6. Static Routing Q&A
7. Dynamic Routing
8. Parameter Q&A
9. Rendering
10. Layouts & Templates
11. Navigation
12. Styling Overview
13. CSS Modules
14. CSS in JS
15. Server Components
16. Client Components
17. Prisma
18. Fetching Data with Prisma
19. Form Handling with Server Actions
20. Loading & Error
21. Server Actions Q&A
22. Server Action Mutation
23. API Routes
24. API Q&A
25. Middleware
26. Building for Deployment to Vercel - Introduction to Next.js
27. Wrapping Up