Chapter 8: 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"
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.
You will need to use at least version 13 of Next.js, because that introduced the App Router which is built on top of React Server Components.