https://github.com/wood3n/infinite-virtual-list
https://github.com/wood3n/infinite-virtual-list
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wood3n/infinite-virtual-list
- Owner: wood3n
- License: mit
- Created: 2025-03-24T13:50:59.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-27T04:03:23.000Z (2 months ago)
- Last Synced: 2025-03-27T05:19:52.328Z (2 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 各种方式实现虚拟滚动+无限加载
## react-virtualized
包大,api使用较为复杂,不推荐使用。
## rc-virtual-list
包小,但支持的场景比较有限。
## react-virtuoso
api 使用简单,支持 grid 布局。对滚动加载场景支持也很好。