
Next.js Docs
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations.
Next.js by Vercel - The React Framework
The React Framework for the Web Used by some of the world's largest companies, Next.js enables you to create high-quality web applications with the power of React components.
About React and Next.js
What is Next.js? Next.js is a React framework that gives you building blocks to create web applications. By framework, we mean Next.js handles the tooling and configuration needed for …
Learn Next.js | Next.js by Vercel - The React Framework
Use pre-styled components as part of each chapter that leverage Next.js conventions and patterns. Hook up real application logic and data to bring a fully-fledged demo website to life. …
App Router: Getting Started | Next.js
May 2, 2025 · Welcome to the Next.js documentation! This Getting Started section will help you create your first Next.js app and learn the core features you'll use in every project.
Upgrading: Version 15 | Next.js
Jul 10, 2025 · Layouts and loading states are still cached and reused on navigation. next/font The @next/font package has been removed in favor of the built-in next/font. A codemod is …
Getting Started: Installation | Next.js
Nov 6, 2025 · Learn how to create a new Next.js application with the `create-next-app` CLI, and set up TypeScript, ESLint, and Module Path Aliases.
Getting Started: Project Structure | Next.js
Oct 23, 2025 · Learn the folder and file conventions in Next.js, and how to organize your project.
Getting Started: Layouts and Pages | Next.js
Oct 22, 2025 · Next.js uses file-system based routing, meaning you can use folders and files to define routes. This page will guide you through how to create layouts and pages, and link …
Next.js Docs: App Router | Next.js
Jul 30, 2025 · Next Steps Learn the fundamentals of building an App Router project, from installation to layouts, navigation, server and client components.