About 50 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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 React, and …

  4. 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. At the end you’ll …

  5. Getting Started: Installation | Next.js

    4 days ago · Learn how to create a new Next.js application with the `create-next-app` CLI, and set up TypeScript, ESLint, and Module Path Aliases.

  6. Getting Started: Project Structure | Next.js

    4 days ago · Learn the folder and file conventions in Next.js, and how to organize your project.

  7. Showcase | Next.js by Vercel - The React Framework

    The web framework for when it matters Peerless performance, efficiency and developer experience. Next.js is trusted by some of the biggest names of the web.

  8. Guides: Backend for Frontend | Next.js

    4 days ago · Next.js supports the "Backend for Frontend" pattern. This lets you create public endpoints to handle HTTP requests and return any content type—not just HTML. You can also access data …

  9. Next.js by Vercel - The React Framework | Next.js by Vercel - The React ...

    Feb 12, 2026 · With Next.js, you can continue using your existing code and add as much (or as little) React as you need. By starting small and incrementally adding more pages, you can prevent …

  10. Guides: Environment Variables | Next.js

    4 days ago · In order to make the value of an environment variable accessible in the browser, Next.js can "inline" a value, at build time, into the js bundle that is delivered to the client, replacing all …