FSPinho / react-native-speedy-list

A performance focused list component for React Native.
MIT License
23 stars 2 forks source link

Improvements over other lists #1

Closed dougg0k closed 6 months ago

dougg0k commented 2 years ago

Hey,

What are the improvements of this library over the other options like FlatList and BigList?

FSPinho commented 2 years ago

Hi, @dougg0k This is definitely a missing section in the README! 🙂

For FlatList, the improvement was over the performance itself, since Speedy List uses a recycling method. For BigList, I had problems with large lists being constantly updated (elements being added, removed and changed), either in terms of performance, and to keep a consistent scrolling.

Thanks for your comment.

dougg0k commented 2 years ago

Sounds nice, I mean, if you guys are able to add all the props that those libs provide, it could turn into a really good library.

Thanks.