Dear Observable team,
Example: https://observablehq.com/d/66a62a5cbbf0ac2c
Whenever there is a drag event the config generates iterable promises. However, only the 1st promise has no delay while the rest suffers from noticeable delay in drawing
Our solution is to create a function which executes whenever re-calculating the node and link positions. Do you have any better idea making use of reactive programming.
Thanks very much for your time