Skip to content

Files

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2025
Mar 13, 2025
Nov 5, 2024
Apr 25, 2025
Apr 24, 2025
Jun 21, 2024
Feb 25, 2025
Apr 24, 2025
May 6, 2024
Apr 14, 2025
Apr 24, 2025

React Compiler

React Compiler is a compiler that optimizes React applications, ensuring that only the minimal parts of components and hooks will re-render when state changes. The compiler also validates that components and hooks follow the Rules of React.

More information about the design and architecture of the compiler are covered in the Design Goals.

More information about developing the compiler itself is covered in the Development Guide.