mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
ghstack-source-id: b25cc2a481dc1508bbb710dff472f2d23667ec98 Pull Request resolved: https://github.com/facebook/react-forget/pull/2939
7 lines
508 B
Markdown
7 lines
508 B
Markdown
# 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](./docs/DESIGN_GOALS.md).
|
|
|
|
More information about developing the compiler itself is covered in the [Development Guide](./docs/DEVELOPMENT_GUIDE.md). |