An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# virtual-list-core

English |
简体中文

## 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)