flexx icon indicating copy to clipboard operation
flexx copied to clipboard

Perform DOM updates at a "animation" interval rather than directly

Open almarklein opened this issue 7 years ago • 0 comments

If updates in the state occur in great succession and causes changes to the DOM, then this can strain the browser and inhibit performance. E.g. dragging a slider which has multiple downstream effects.

We should see if the updates to the DOM can be decoupled from the state updates. IIUC this is also how VueJS does it rendering.

almarklein avatar Mar 07 '18 09:03 almarklein