mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
be5684ef6a
Test Plan:
This PR starts the process of tracking abstract values (and therefore value kinds) on a per-place basis and persisting that into the place data structure. Here, we simply add a nullable field for abstract values to all places and phis--it will be populated in the next PR.
ghstack-source-id: 9bccf5d09d
Pull Request resolved: https://github.com/facebook/react/pull/30972
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.