README work
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-02-26 14:30:59 +01:00
parent 4df90a0f1c
commit 89175be558
3 changed files with 9 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
# 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`](packages/extension-lazyref)
- [An example project](packges/example)