-
-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
Sorry if this is a wrong place for questions, but I think even if what I'm asking isn't possible now - it can be a feature request in future.
I'm wondering if there's a way to integrate scalajs-react and cats-effect a step further than replacing CallbackTo[A] with IO[A]. In particular I'm wondering if there's a way to subscribe a component to cats.effect.Ref changes (or fs2.Signal, which is more appropriate)?
To avoid an XY problem - I'd like to use Ref to communicate between neighbour components by passing it as an argument to both of them. Imagine it's similar to what Context does, but I like the API much more.
Metadata
Metadata
Assignees
Labels
No labels