svelte-infinite-scroll icon indicating copy to clipboard operation
svelte-infinite-scroll copied to clipboard

Limit number of nodes rendered

Open Taha-Firoz opened this issue 4 years ago • 2 comments

Right now there's no node reuse going on or removal of nodes that are outside the scroll area. Isn't that a basic requirement for any infinite scroll component since performance would start to degrade drastically if hundreds or thousands of nodes remained rendered.

Taha-Firoz avatar Jan 09 '21 12:01 Taha-Firoz

Hello @Taha-Firoz , my plans for this library was that it could connect to some virtualization library. However, I would consider some PR that implements this functionality.

andrelmlins avatar Jan 31 '21 16:01 andrelmlins

Hi @andrelmlins , +1 in this. The syntax is great, however an example should be provided to connect this to a virtual list library.

myrtleTree33 avatar Jan 01 '24 14:01 myrtleTree33