Part 2: Hands-On Next.js
In this part, we will start writing some small Next.js apps, focusing on each chapter's main topic. We will see how to make correct decisions when adopting UI frameworks, styling methods, testing strategies, and more.
This section comprises the following chapters:
- Chapter 4, Organizing the Code Base and Fetching Data in Next.js
- Chapter 5, Managing Local and Global States in Next.js
- Chapter 6, CSS and Built-In Styling Methods
- Chapter 7, Using UI Frameworks
- Chapter 8, Using a Custom Server
- Chapter 9, Testing Next.js
- Chapter 10, Working with SEO and Managing Performance
- Chapter 11, Different Deployment Platforms