Skip to content

Files

Latest commit

11df522 · Jan 6, 2025

History

History
This branch is 1 commit ahead of, 154 commits behind facebook/react:main.

compiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 2, 2025
Aug 6, 2024
Aug 9, 2024
Nov 5, 2024
Jan 6, 2025
Jan 2, 2025
Jun 21, 2024
Apr 16, 2024
May 20, 2024
May 2, 2024
May 6, 2024
Jan 6, 2025
Aug 22, 2023
Aug 22, 2023
Jan 6, 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.