Metadata
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 38s

This commit is contained in:
Julien Valverdé
2025-01-18 00:39:11 +01:00
parent 635edc70d1
commit 0d98ccb205
3 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,6 @@ This library is in early development. While it is (almost) feature complete and
Documentation is currently being written. In the meantime, you can take a look at the `packages/example` directory. Documentation is currently being written. In the meantime, you can take a look at the `packages/example` directory.
## Dependencies ## Dependencies
(need to be manually installed) (needs to be manually installed)
- `effect` - `effect`
- `react` 19+ - `react` 19+

View File

@@ -0,0 +1,12 @@
# 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.
## Dependencies
(needs to be manually installed)
- `effect`
- `react` 19+

View File

@@ -3,8 +3,11 @@
"version": "0.1.0", "version": "0.1.0",
"type": "module", "type": "module",
"files": [ "files": [
"./README.md",
"./dist" "./dist"
], ],
"license": "MIT",
"repository": "github:Thiladev/reffuse",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": { "exports": {
".": { ".": {