Languages
[Edit]
EN

JavaScript - infinite scrolling (Vanilla JS)

9 points
Created by:
Zayyan-Todd
860

In this article, we would like to show how to create infinite scrolling using JavaScript.

The presented solution uses a barrier element to detect when data should be loaded during scrolling. A barrier element is an element that, when visible, loads new data. So, by fetching data and placing it on the page, the barrier is shifted outside of screen causing stopping data fetching until next scrolling occurs.

The main advantages:

  1. This approach simplifies scroll position detection when we have nested additional elements below the display data or are designing a responsive layout.
  2. This approach is resist on situations when received data is not able to fill screen. Script causes additional data fetching until screen is filled or data ends.

Hint: check this article to know how to detect when barrier element is visible.

Simple preview:

Infinity scrolling in pure JavaScript.
Infinity scrolling in pure JavaScript.

Practical example:

 

See also

Edit
  1. JavaScript - check if element is visible on part of web page because of scrolling

Alternative titles

  1. JavaScript - infinite scroll with data auto-loading (Vanilla JS)
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join