React Infinite Scroll Component – Intersection List

React Intersection List is an infinite scroll component built on top of React Intersection Observer, using a sentinel in the DOM to deliver a high-performance and smooth scrolling experience, even on low-end devices.

Installation:

# Yarn
$ yarn add @researchgate/react-intersection-list

# NPM
$ npm install @researchgate/react-intersection-list --save

Preview:

Intersection List

Download Details:

Author: researchgate

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/researchgate/react-intersection-list

License: MIT

Add Comment