Skip to content

Files

Latest commit

May 20, 2025
d38c7e1 · May 20, 2025

History

History

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 8, 2025
Mar 13, 2025
Nov 5, 2024
May 19, 2025
May 20, 2025
Jun 21, 2024
May 20, 2025
May 15, 2025
May 6, 2024
Apr 14, 2025
May 2, 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.