svelte-infinite-scroll
svelte-infinite-scroll copied to clipboard
Limit number of nodes rendered
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.
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.
Hi @andrelmlins , +1 in this. The syntax is great, however an example should be provided to connect this to a virtual list library.