Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.| nextjs.org
API reference for `getStaticPaths`. Learn how to fetch data and generate static pages with `getStaticPaths`.| 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 on each request with `getServerSideProps`.| nextjs.org
Next.js 10.1 introduces 3x faster refresh, 58% smaller install size, 56% less dependencies, WebAssembly Image Optimization, improved next/image support, and more!| nextjs.org
Next.js 9.5 introduces Stable Incremental Static Regeneration, Custom Base Path, Redirects and Rewrites, Webpack 5 Beta, and more!| nextjs.org