Files
effect-fc/README.md
Julien Valverdé 7524094a56
Some checks failed
Publish / publish (push) Failing after 14s
Lint / lint (push) Successful in 11s
Initial commit
2025-07-01 22:34:50 +02:00

10 lines
531 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)
- [`@reffuse/extension-query`, TanStack Query style hooks for Reffuse](packages/extension-query)
- [An example project](packges/example)