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
I’m in the process of implementing this library in a node project that requires complex derivative calculations, so reactive data structure was perfect.
I really like the lightness of this library, and minimal API surface.
However I’d like to get some more information in the documentation regarding the signal’s lifecycle, especially whether the computed signal is calculated eagerly or lazily, or wether signal changes are accumulated within a tick or published immediately.