I'm using D3 to render a few hundreds of svg elements. However, only few of them are visible simultaneously in the viewport.
So I thought possibly I could gain a performance boost by removing those elements which are off screen and recreate them when they are scrolled back into view.
Is this a reasonable assumption?
Are there any tools available for such a thing?