https://github.com/ezmiller/infinite-scroll-component
A react infinite scroll component using the render props pattern.
https://github.com/ezmiller/infinite-scroll-component
infinite-scrolling react render-prop
Last synced: about 2 months ago
JSON representation
A react infinite scroll component using the render props pattern.
- Host: GitHub
- URL: https://github.com/ezmiller/infinite-scroll-component
- Owner: ezmiller
- Created: 2019-02-28T16:36:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T17:04:38.000Z (over 7 years ago)
- Last Synced: 2025-06-14T22:06:03.714Z (about 1 year ago)
- Topics: infinite-scrolling, react, render-prop
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite Scroll Component
An implementation of an infinite scroll component.
See example usage in `src/App.js`.