NextNotes — a Next.js cheat sheet

This is a companion to ReactNotes. ReactNotes covers plain React with Vite and client-side routing (react-router-dom). Next.js is a different animal: it's a full framework with its own server, its own router, and its own build pipeline. Everything below is a runnable example of one Next.js feature — click a topic to read the explanation, see the code, and try it live.