Skip to content

Files

This branch is 123 commits behind facebook/react:main.

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 13, 2025
Mar 13, 2025
Nov 5, 2024
Mar 13, 2025
Mar 7, 2025
Jun 21, 2024
Feb 25, 2025
May 6, 2024
Mar 12, 2025
Mar 13, 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.