Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit number of nodes rendered #16

Open
Taha-Firoz opened this issue Jan 9, 2021 · 2 comments
Open

Limit number of nodes rendered #16

Taha-Firoz opened this issue Jan 9, 2021 · 2 comments

Comments

@Taha-Firoz
Copy link

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.

@andrelmlins
Copy link
Owner

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.

@myrtleTree33
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants