Files
react/compiler
Joe Savona 22ea0429d8 Update on "[compiler] Override type provider for hook-like names"
If an imported name is hook-like but a type provider provides a non-hook type, we now override the returned value and treat it as a generic custom hook. This is meant as an extra check to prevent miscompilation.

[ghstack-poisoned]
2024-09-03 15:55:25 -07:00
..
2024-08-06 14:48:32 -04:00
2024-08-12 14:41:11 -04:00
2024-04-16 14:41:13 +01:00
2024-05-06 14:53:47 -07:00
2024-08-06 14:48:33 -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.