react/compiler/crates/react_utils/README.md
2024-04-02 16:49:31 -07:00

6 lines
384 B
Markdown

# 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.