
Next.js use React as frontend, and handles the rendering, routing, etc
- Creating a new project
- Running development server
- Add styling
- Add fonts
- Add optimized image
- Creating routes
- Creating dashboard layout
- Chapter 5 Navigating Between Pages
- Chapter 7 Fetching data
- Chapter 9 streaming
- Chapter 10 partial prerendering
- Chapter 11 adding search and pagination
- Chapter 12 mutating data
- Chapter 13 error handling
- Chapter 14 improving accessibility
- Chapter 15 authentication
- Chapter 16 metadata