https://github.com/apathiax/virtual-list-core
This high-performance virtual list efficiently render millions of data entries
https://github.com/apathiax/virtual-list-core
million-data react scroll virtual-list vue vue2
Last synced: 10 months ago
JSON representation
This high-performance virtual list efficiently render millions of data entries
- Host: GitHub
- URL: https://github.com/apathiax/virtual-list-core
- Owner: apathiaX
- License: mit
- Created: 2024-08-04T14:29:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T06:36:16.000Z (over 1 year ago)
- Last Synced: 2025-06-29T04:36:55.879Z (12 months ago)
- Topics: million-data, react, scroll, virtual-list, vue, vue2
- Language: TypeScript
- Homepage: https://apathiax.github.io/virtual-list-core/
- Size: 21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# virtual-list-core
## Document
Please follow the documentation at
[virtual-list-core](https://apathiaX.github.io/virtual-list-core/)!
## Advantages
- Native JavaScript, compatible with React, Vue, and other frameworks
- Supports rendering millions of data entries
- Smooth scrolling with no blank screen
## Usage
- Core: [virtual-list-core](./packages/core/README.md)
- Vue3: [virtual-list-vue](./packages/vue/README.md)
- Vue2: [virtual-list-vue2](./packages/vue2/README.md)
- React: [virtual-list-react](./packages/react/README.md)