Add initial files
Some checks failed
Publish / publish (push) Failing after 11s
Lint / lint (push) Failing after 8s

This commit is contained in:
Julien Valverdé
2025-12-28 14:30:54 +01:00
commit b736140b48
18 changed files with 549 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Effect FC Monorepo
[Effect-TS](https://effect.website/) integration for React 19+ that allows you to write function components using Effect generators.
This monorepo contains:
- [The `effect-fc` library](packages/effect-fc)
- [An example project](packages/example)