adilyalcin / Keshif

Keshif - Data Made Explorable (Prototype)
https://keshif.me
BSD 3-Clause "New" or "Revised" License
457 stars 123 forks source link

Improve infinite scrolling implementation #156

Closed adilyalcin closed 7 years ago

adilyalcin commented 8 years ago

Potentials for dom recycling, absolute positioning, and a few more other optimizations:

See https://developers.google.com/web/updates/2016/07/infinite-scroller

Also to be considered: remove elements that are not visible within the viewport (above)...