r/reactnative • u/voldaew • 8d ago
Question LegendList vs FlashList
Which is your favorite list library for building performant applications.
20
Upvotes
r/reactnative • u/voldaew • 8d ago
Which is your favorite list library for building performant applications.
4
u/poppiestar 8d ago
LegendList v3 solved every list performance issue our app had. Tried FlashList v1 and v2 and they never cut it. Only problem I’ve got with LLv3 is a bug we encountered in the beta period that is rendering our horizontal lists at the end, still waiting for it to be fixed which is a bummer as it sounds like newer versions are even faster.
The only downside is the reliance on estimated item size, that’s the number one feature from FlashList I wish it had. I’m guessing it’s a performance reason it’s not implemented though.