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
Use the Metadata API to define metadata in any layout or page.| nextjs.org
Learn how you can use React Server Components to render parts of your application on the server.| nextjs.org