The official documentation for building full-stack web applications with Next.js.
When I'm working with Next.js, this is the first place I look. The documentation is detailed enough to understand not only how something works, but also why the framework is designed that way. It's especially useful for learning App Router, Server Components, data fetching, caching, and the framework's underlying concepts.

