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
- Host: GitHub
- URL: https://github.com/fed/react-infinite-scrolling
- Owner: fed
- Created: 2017-11-17T16:57:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T16:59:07.000Z (over 7 years ago)
- Last Synced: 2025-01-09T03:42:00.610Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```