You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using FlashList most of the time and wondering about something;
Let's say i have a FriendList component in which i am listing my friends with some data (image, username, name and surname)
and let's say i have 500 records. Should i use pagination for such case, since i know FlashList is gonna take care a very small part of them while scrolling.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using FlashList most of the time and wondering about something;
Let's say i have a
FriendList
component in which i am listing my friends with some data(image, username, name and surname)
and let's say i have 500 records. Should i use pagination for such case, since i know FlashList is gonna take care a very small part of them while scrolling.
Beta Was this translation helpful? Give feedback.
All reactions