8 ms·
Regarding moving script code off the main thread: I wrote a cooperative FRP engine that multiplexes signal graph update recalculation onto Web Workers. UI updat
by johnpmayer 12y ago
Regarding moving script code off the main thread: I wrote a cooperative FRP engine that multiplexes signal graph update recalculation onto Web Workers. UI updates like virtual DOM would live on the main thread.
https://github.com/Johnpmayer/liquid-thorium https://github.com/Johnpmayer/liquid-thorium