Skip to content

Architecture

Source URL: https://nextjs.org/docs/architecture

Learn about the Next.js architecture and how it works under the hood.

  • Accessibility
    • The built-in accessibility features of Next.js.
  • Fast Refresh
    • Fast Refresh is a hot module reloading experience that gives you instantaneous feedback on edits made to your React components.
  • Next.js Compiler
    • Next.js Compiler, written in Rust, which transforms and minifies your Next.js application.
  • Supported Browsers
    • Browser support and which JavaScript features are supported by Next.js.