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
The ideal solution would be to not load that much data. In any scenario, doing this is a performance harm.
I don't know where you are loading the data from - but perhaps you could add limit and skip options in order to paginate (e.g. load the first 10 cards, and when the user reaches the end you load 10 more, and so on).
Thanks a lot for providing this excellent library but I wonder about the efficiency of this library for large data set say 2000 data in my data array.
How fast these 2000 data will be loaded and how smooth the scrolling between the individual cards (dynamic card).
Kindly suggest me.
Thanks in advance.
The text was updated successfully, but these errors were encountered: