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

Increase Performance by Using VirtualizedLists #28

Open
peetzweg opened this issue Feb 23, 2018 · 0 comments
Open

Increase Performance by Using VirtualizedLists #28

peetzweg opened this issue Feb 23, 2018 · 0 comments

Comments

@peetzweg
Copy link

Fantastic library. Exactly what I was looking for. Love the feature and example of row and column labels.
However, I stumble across the same problem when I tried to implement it on my own using RN . It's quite slow when rendering a lot of entries. I'm talking about 300 items per row and 300 columns -> 90.000 items.
I stumbled across which uses which needs a renderItem method to render only Items which are visible. It seems like a good idea. Is this somehow incoperatable into this library in order to make it render faster for huge amounts of items?
Specifying exact dimensions of each items is not an issue.

Keep up the good work!

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

1 participant