Files
react/compiler
Lauren Tan 51881b6e9b [forgive] Add basic codelens provider
Adds a first codelens provider for successfully compiled functions. A later PR will add an actual command that will fire when the codelens is clicked
2025-02-25 18:42:04 -05:00
..
2025-02-25 12:19:11 -05:00
2024-05-06 14:53:47 -07:00
2025-02-25 12:19:11 -05: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.