Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.| 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
Use the Metadata API to define metadata in any layout or page.| nextjs.org
API reference for the generateStaticParams function.| nextjs.org
Learn how to add Metadata to your Next.js application for improved search engine optimization (SEO) and web shareability.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| nextjs.org
Create your first page and shared layout with the Pages Router.| nextjs.org
Learn how you can use React Server Components to render parts of your application on the server.| nextjs.org
Next.js 12.2 introduces stable Middleware and On-Demand ISR, experimental Edge SSR and API Routes, and more!| nextjs.org