Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Chapter 11: Moving to the Server with Next.js

Why did the Next.js developer order the steak?
Because he wanted a full-steak experience.
— From "1000 programming dad-jokes"

Now that you have a rough overview of React, we want to move to the server. Next.js is a React-based framework for building full-stack applications.

We will use Next.js 15, which includes the App Router and React Server Components.