airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

Deprecated but what is its replacement? #63

Open deanpeterson opened 7 years ago

deanpeterson commented 7 years ago

Has a replacement for infinity js been created?

ljharb commented 7 years ago

The replacement is "don't use infinite scroll", since it's a substandard UX.

deanpeterson commented 7 years ago

What about for use cases like Google maps? Seems like they have to cull data off screen. I have a similar use case.

gregorydickson commented 7 years ago

Many, many sites use some type of UITableView where content is loaded as the user scrolls. I do an image search that uses the feature in Aurelia.io https://github.com/aurelia/ui-virtualization

gregorydickson commented 7 years ago

https://www.smashingmagazine.com/2016/03/pagination-infinite-scrolling-load-more-buttons/