Files
react/compiler
Lauren Tan 84d28ebcc5 Default to raising all errors in eslint plugin
We control what gets reported via another function anyway so it's better
to raise everything at the compiler config level. This lets us configure
what level of diagnostic is reportable later

ghstack-source-id: 996d3cbb8d8f3e1bbe943210b8d633420e0f3f3b
Pull Request resolved: https://github.com/facebook/react-forget/pull/2935
2024-05-06 20:07:35 -04:00
..
2024-05-06 14:53:47 -07:00
2024-05-02 14:12:33 -07:00
2024-04-16 14:41:13 +01:00
2024-04-02 21:03:25 -07:00
2024-05-06 19:48:39 -04:00
2024-05-06 14:53:47 -07:00
2024-05-06 19:48:39 -04:00

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.