A tutorial on how to build a blog with Next.js (App Router) and MDX.| www.alexchantastic.com
Create your first pages and layouts, and link between them.| nextjs.org
Enable fast client-side navigation with the built-in `next/link` component.| nextjs.org
Learn about how to configure options for Next.js route segments.| nextjs.org
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
How to add MDX blog posts using @next/mdx and a metadata object to a Next.js blog.| didoesdigital.com
An overview of caching mechanisms in Next.js.| nextjs.org
Create custom request handlers for a given route using the Web's Request and Response APIs.| nextjs.org
Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server.| nextjs.org