react/compiler/packages/babel-plugin-react-compiler
Jordan Brown ae9017ceab
Move effect dep inference tests to infer-effect-dependencies directory (#32161)
Summary: Grouping them to make it easy to see that they are all related

Test Plan:
2025-01-22 17:09:41 -05:00
..
scripts [compiler] Switch to esbuild (#31963) 2025-01-02 16:59:56 -05:00
src Move effect dep inference tests to infer-effect-dependencies directory (#32161) 2025-01-22 17:09:41 -05:00
jest.config.js
package.json [rcr] Generate ts defs (#31994) 2025-01-06 11:01:38 -05:00
README.md
tsconfig.json

babel-plugin-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.

This package contains the React Compiler Babel plugin use in projects that make use of Babel. You can find instructions for using this plugin here: https://react.dev/learn/react-compiler