react/compiler/crates/react_utils
Joe Savona f33e63838d Update copyrights to reference Meta instead of Facebook
Thanks @zpao!!! This was mostly his work, i just fixed up the last bit.
2024-04-03 08:43:36 -07:00
..
src Update copyrights to reference Meta instead of Facebook 2024-04-03 08:43:36 -07:00
Cargo.toml s/Forget/React Compiler/ in Rust port 2024-04-02 16:49:31 -07:00
README.md s/Forget/React Compiler/ in Rust port 2024-04-02 16:49:31 -07:00

react_utils

This is a catch-all crate for utilities and helper code that doesn't have an obvious home elsewhere. It is expected that this crate will be depended on by lots of other crates in the project. However, this crate should generally not depend on other workspace crates — that's an indication that the utility you're adding belongs with the crate that uses the utility.