ReactComponent
Some checks failed
Lint / lint (push) Failing after 7s

This commit is contained in:
Julien Valverdé
2025-06-25 13:17:27 +02:00
parent 8c5613aa62
commit 1769c4074d
5 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Reffuse
[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 library is in early development. While it is (almost) feature complete and mostly usable, expect bugs and quirks. Things are still being ironed out, so ideas and criticisms are more than welcome.
Documentation is currently being written. In the meantime, you can take a look at the `packages/example` directory.
## Peer dependencies
- `effect` 3.13+
- `react` & `@types/react` 19+