Docs
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2026-06-12 01:44:40 +02:00
parent cf2cb8bf09
commit 241d489b0c
+1 -2
View File
@@ -17,8 +17,7 @@ such as `Lens.fromSubscriptionRef`, and bind Lens values into components with
`Subscribable.useAll`. `Subscribable.useAll`.
`Subscribable` is the read-only side of this model. Every Lens is also a `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 Subscribable.
read reactive state.
`effect-fc` re-exports the `Lens` and `Subscribable` modules from `effect-fc` re-exports the `Lens` and `Subscribable` modules from
[`effect-lens`](https://github.com/Thiladev/effect-lens) for convenience. The [`effect-lens`](https://github.com/Thiladev/effect-lens) for convenience. The