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.
Thanks for any clarification!