2 votes

Fine-grained reactive performance

1 comment

  1. skybrian
    (edited )
    Link
    Explains the algorithms used by reactive JavaScript libraries (signals). These are sort of like make in that there are build rules, dependencies, and cached results. “Lazy” algorithms work like...

    Explains the algorithms used by reactive JavaScript libraries (signals). These are sort of like make in that there are build rules, dependencies, and cached results. “Lazy” algorithms work like make, in that nothing is rebuilt unless it’s needed.

    2 votes