Open davidrossiter opened 7 years ago
Well, I think the thumbnails should load in same order the infinite scroll component requests for them. But I wouldn't bet on it. Can you please fork and modify this project with your code, so I can test and fix the issue in library to achieve top-bottom loading order?
I have read that using infinite scroll seems like a good way of loading thumbnails quickly when there are thousands in the gallery.
However I have no problem with the speed that the first thumbnails load, just the order they do it in.
The oldest thumbnails - the ones you see only once you scroll to the bottom of the gallery - load first and very quickly (about 8 a second). How can I make it load from the top (newest) thumbnails first instead of oldest/bottom first?