Infinite Scrolling: Intersection Observer
The Intersection Observer is an API used to detect when a specific element enters the viewport. With this functionality, we can create logic that depends on the visibility of that particular element. For example, fetching data when a specific element...
programminguides.hashnode.dev2 min read