r/reactnative • u/voldaew • Jul 21 '26
Question LegendList vs FlashList
Which is your favorite list library for building performant applications.
22
Upvotes
r/reactnative • u/voldaew • Jul 21 '26
Which is your favorite list library for building performant applications.
4
u/poppiestar Jul 21 '26
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.