React-Infinite-Scroll-and-Lazy-Loading
React-Infinite-Scroll-and-Lazy-Loading copied to clipboard
Using the IntersectionObserver API to implement infinite scrolling and image lazy loading in React functional component
Infinite scroll + image lazy loading
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
Quick start guide
- Clone the repo
- Run
yarnto install the project dependencies - Run
yarn startto start the project.