How to Best Handle Large Lists (i.e. Sortable.Grid with 100+ items) #529
Unanswered
anultravioletaurora
asked this question in
Q&A
Replies: 2 comments 4 replies
|
Hi ! Interested as well ! rendering gets slow with large lists :/ |
0 replies
|
Hey! Sorry for the late response. I missed the original question from @anultravioletaurora. I am planning to work on this feature once I have more time, but, unfortunately, I wasn't able to find time for it yet. It likely won't happen this month as I am finishing the 2nd semester of my Master's studies and I don't have time to think how to best approach the implementation for virtualized lists. I hope to have some time for that in the between-semester break at the beginning of February. Sorry for that 😞. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey Mati!
First off, huge thank you for this module. We at Jellify were looking for a way to build a music player queue that could be reordered, as well as a way to reorder and mutate music playlists. Your library has been a huge UX and DX improvement over the libraries we were using prior
So my question...
Some users of Jellify have really large playlists or really large queues, and we notice that performance takes a hit under those scenarios. For a list of 50 items,
react-native-sortablesstill works, but a list of 100 items causes some performance degradation.We're already using the React Compiler in Jellify, but is there anything else we can do to better optimize
react-native-sortablesfor large(r) lists?All reactions