How to Best Handle Large Lists (i.e. Sortable.Grid with 100+ items) #529
Unanswered
anultravioletaurora
asked this question in
Q&A
Replies: 0 comments
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?Beta Was this translation helpful? Give feedback.
All reactions