Infinite scrolling using Intersection Observer
In a previous blog post, we introduced the Intersection Observer API , which is used to asynchronously tell us when an element intersects with another. In this post, we will show just how easy it is to add infinite scrolling to dynamically load more content to when the user scrolls to the bottom of the page. … Read more