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

https://github.com/fed/react-infinite-scrolling

React Infinite Scrolling Component
https://github.com/fed/react-infinite-scrolling

Last synced: about 2 months ago
JSON representation

React Infinite Scrolling Component

Awesome Lists containing this project

README

        

# react-infinite-scrolling

First import the component:

```
import InfiniteScrolling from 'react-infinite-scrolling';
```

and then use it to wrap anything you need:

```jsx

```