Enable fast client-side navigation with the built-in `next/link` component.| nextjs.org
Learn best practices for fetching data on the server or client in Next.js.| nextjs.org
Learn about how to configure options for Next.js route segments.| nextjs.org
Learn how navigation works in Next.js, and how to use the Link Component and `useRouter` hook.| nextjs.org
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
Learn how to handle form submissions and data mutations with Next.js.| nextjs.org
An overview of caching mechanisms in Next.js.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| nextjs.org
Learn how you can use React Server Components to render parts of your application on the server.| nextjs.org