https://github.com/fooloomanzoo/infinite-scroll
infinite scroller in react
https://github.com/fooloomanzoo/infinite-scroll
Last synced: about 1 year ago
JSON representation
infinite scroller in react
- Host: GitHub
- URL: https://github.com/fooloomanzoo/infinite-scroll
- Owner: fooloomanzoo
- Created: 2018-11-21T11:10:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T11:10:49.000Z (over 7 years ago)
- Last Synced: 2025-02-16T11:15:29.922Z (over 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A component to create an scroll area that only renders visible items for React.
Inspired By: (https://developers.google.com/web/updates/2016/07/infinite-scroller)[https://developers.google.com/web/updates/2016/07/infinite-scroller]
#Known Issues
- If an item is inhomogeneously larger than the others there can be skips while scrolling.