An open API service indexing awesome lists of open source software.

https://github.com/jason89521/react-infinite-scroll

A react component implemented with functionality of infinitely scrolling
https://github.com/jason89521/react-infinite-scroll

component infinite-scroll react

Last synced: about 1 year ago
JSON representation

A react component implemented with functionality of infinitely scrolling

Awesome Lists containing this project

README

          

# React Infinite Scroll Component

[![npm (scoped)](https://img.shields.io/npm/v/@yuxuan-zheng/react-infinite-scroll)](https://www.npmjs.com/package/@yuxuan-zheng/react-infinite-scroll)
[![npm](https://img.shields.io/npm/dt/@yuxuan-zheng/react-infinite-scroll)](https://www.npmjs.com/package/@yuxuan-zheng/react-infinite-scroll)
[![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@yuxuan-zheng/react-infinite-scroll)](https://www.npmjs.com/package/@yuxuan-zheng/react-infinite-scroll)

A lightweight package provides a react component that implements the functionality of infinitely scrolling.

- Easy to use
- No pollution on your DOM
- Custom threshold to trigger fetching data
- Supports reverse scrolling

## [Documentation](https://reactinfinitescroll.vercel.app/)