React-Infinite-Scroll-and-Lazy-Loading icon indicating copy to clipboard operation
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

  1. Clone the repo
  2. Run yarn to install the project dependencies
  3. Run yarn start to start the project.