You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really like this library! core is really straightforward and seems easy to hack on.
I'm writing an application in Solid that exposes reactivity to end-users. I want to use reactively instead of Solid's own signals for this, because I need to modify the reactive system to e.g. expose the CacheState so I can present the status of a reactive cell in the UI.
But when I try to naively use reactively like Solid's own signals, things don't update correctly since it's not tied to Solid's reactive system.
The easiest way to connect the two is to create a reactively effect that writes to a solid signal, which is also how the solid from utility works (https://www.solidjs.com/docs/latest/api#from).
Hi, I really like this library!
core
is really straightforward and seems easy to hack on.I'm writing an application in Solid that exposes reactivity to end-users. I want to use reactively instead of Solid's own signals for this, because I need to modify the reactive system to e.g. expose the
CacheState
so I can present the status of a reactive cell in the UI.But when I try to naively use reactively like Solid's own signals, things don't update correctly since it's not tied to Solid's reactive system.
I'd really appreciate any pointers!
Thanks in advance.
The text was updated successfully, but these errors were encountered: