Files
react/compiler
Christoph Nakazawa cfeb491ee7 Add a main field to eslint-plugin-react-compiler, fixes #29068. (#29072)
## Summary

The main field is missing, this fixes it.

Fixes #29068.

## How did you test this change?

Manually patched the package and tried it in my codebase.
2024-05-15 17:02:20 -04:00
..
2024-05-06 14:53:47 -07:00
2024-05-15 08:03:50 -07:00
2024-04-16 14:41:13 +01:00
2024-03-25 10:39:47 +00:00
2024-04-02 21:03:25 -07:00
2024-03-25 10:39:47 +00:00
2024-03-25 10:39:47 +00:00
2024-05-06 14:53:47 -07: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.