From 4df90a0f1cf3e1d270627177793e0ea12ffece22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 26 Feb 2025 14:05:12 +0100 Subject: [PATCH] README work --- README.md | 13 ++----------- packages/reffuse/README.md | 7 +++---- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dab847a..0d740c0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ -# Reffuse +# Reffuse Monorepo -[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+ +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. diff --git a/packages/reffuse/README.md b/packages/reffuse/README.md index dab847a..151d869 100644 --- a/packages/reffuse/README.md +++ b/packages/reffuse/README.md @@ -6,7 +6,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. -## Dependencies -(needs to be manually installed) -- `effect` -- `react` 19+ +## Peer dependencies +- `effect` 3.13+ +- `react` & `@types/react` 19+