Skip to content

Files

Latest commit

d2413bf · Aug 19, 2024

History

History
This branch is 710 commits behind facebook/react:main.

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 16, 2024
Aug 6, 2024
Aug 9, 2024
Aug 19, 2024
Aug 12, 2024
Jun 21, 2024
Apr 16, 2024
May 20, 2024
May 2, 2024
May 6, 2024
Aug 6, 2024
Aug 22, 2023
Aug 22, 2023
Aug 6, 2024

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.