Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.| nextjs.org
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
Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.| nextjs.org
Learn how to use Middleware to run code before a request is completed.| nextjs.org
Fetch data on each request with `getServerSideProps`.| nextjs.org
The WHATWG URL API#| nodejs.org