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
Fetch data and generate static pages with `getStaticPaths`. Learn more about this API for data fetching in Next.js.| nextjs.org
API reference for the generateStaticParams function.| nextjs.org