Skip to content

pbaser/infinite-scroll-vanilla-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

In DOM, only 20 li elements are added, and based on user's scroll these 20 elements are updated with data,

  1. Intersection observer used to detect bottom and top of the page instead of scroll event
  2. DOM is not heavy, only limited elements

About

Performant Infinite scroll, vanilla JS, the Right way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages