Files
reffuse/README.md
Julien Valverdé 08f0610752
Some checks failed
Publish / publish (push) Failing after 13s
Lint / lint (push) Successful in 12s
0.1.2 (#4)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/4
2025-02-26 19:27:38 +01:00

9 lines
434 B
Markdown

# Reffuse Monorepo
Reffuse is a [Effect-TS](https://effect.website/) integration for React 19+ with the aim of integrating the Effect context system within React's component hierarchy, while avoiding touching React's internals.
This monorepo contains:
- [The `reffuse` library](packages/reffuse)
- [`@reffuse/extension-lazyref`, a LazyRef integration for Reffuse](packages/extension-lazyref)
- [An example project](packges/example)