Implementing infinite scroll and image lazy loading with the HTML
IntersectionObserver
API.
Read the article on Smashing Magazine
See live preview: http://chidimo.github.io/React-Infinite-Scroll-and-Lazy-Loading
- Clone the repo
- Run
yarn
to install the project dependencies - Run
yarn start
to start the project.