Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How efficient for large data set, say - 2000 data #64

Open
kirtishjain9 opened this issue Aug 26, 2019 · 3 comments
Open

How efficient for large data set, say - 2000 data #64

kirtishjain9 opened this issue Aug 26, 2019 · 3 comments

Comments

@kirtishjain9
Copy link

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.

@zolero
Copy link

zolero commented Sep 7, 2019

Just try it?

@kirtishjain9
Copy link
Author

Yes, I had given a try but data loading is taking enough time to show.

How could I make it efficient as I have to load around 2000 data cards.

Thanks in advance.

@pedro-lb
Copy link

pedro-lb commented Oct 3, 2019

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants