main
md 7 lines 508 Bytes
Rendered Raw
1 # React Compiler
2
3 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.
4
5 More information about the design and architecture of the compiler are covered in the [Design Goals](./docs/DESIGN_GOALS.md).
6
7 More information about developing the compiler itself is covered in the [Development Guide](./docs/DEVELOPMENT_GUIDE.md).