From 241d489b0c4b53bce7e7105a7308376955049710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 12 Jun 2026 01:44:40 +0200 Subject: [PATCH] Docs --- packages/docs/docs/state-management.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/docs/docs/state-management.md b/packages/docs/docs/state-management.md index 618a08b..160bf96 100644 --- a/packages/docs/docs/state-management.md +++ b/packages/docs/docs/state-management.md @@ -17,8 +17,7 @@ such as `Lens.fromSubscriptionRef`, and bind Lens values into components with `Subscribable.useAll`. `Subscribable` is the read-only side of this model. Every Lens is also a -Subscribable, so use `Subscribable.useAll` whenever a component only needs to -read reactive state. +Subscribable. `effect-fc` re-exports the `Lens` and `Subscribable` modules from [`effect-lens`](https://github.com/Thiladev/effect-lens) for convenience. The