Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.| nextjs.org
Next.js has built-in support for internationalized routing and language detection. Learn more here.| nextjs.org
Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
API reference for the generateStaticParams function.| nextjs.org
Dynamic Routes are pages that allow you to add custom params to your URLs. Start creating Dynamic Routes and learn more here.| nextjs.org
Learn how to create or update static pages at runtime with Incremental Static Regeneration.| nextjs.org