A tutorial on how to build a blog with Next.js (App Router) and MDX.| www.alexchantastic.com
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
Use the Metadata API to define metadata in any layout or page.| nextjs.org
Build a static Next.js blog in 2024 with App Router, Tailwind, TypeScript, local MDX, RSS, and a sitemap. An introduction to building a Next.js blog in 2024 using all the latest practices.| didoesdigital.com
Configure module path aliases that allow you to remap certain import paths.| nextjs.org
From allowJs to useDefineForClassFields the TSConfig reference includes information about all of the active compiler flags setting up a TypeScript project.| www.typescriptlang.org