# tangbc/vue-virtual-scroll-list

⚡️A vue component support big amount data list with high render performance  and efficient.

Repository: https://github.com/tangbc/vue-virtual-scroll-list
Canonical: https://ross.abutalabs.com/products/vue-virtual-scroll-list
Homepage: https://tangbc.github.io/vue-virtual-scroll-list
Language: JavaScript
License: MIT
License Family: permissive
Topics: virtual-list, big-data, infinite-scroll
Last push: 2024-05-08T09:48:51+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3456, "days_push": 847, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4506, forks 592 (observed 2026-08-28T04:08:52.519697+00:00)

## What it is
A Vue.js component that renders very large lists efficiently using virtual scrolling, only mounting visible items to the DOM. It automatically calculates item sizes and requires just three props to get started.

## Use cases
- render a list with tens of thousands of rows without freezing the browser
- add infinite scroll to a Vue app with high performance
- display big data tables or feeds in Vue 2
- avoid DOM bloat when showing long chat or log lists
- virtualize variable-height list items in Vue

## When to choose
- you use Vue 2 and need a simple, battle-tested virtual list component
- you want automatic item size calculation with minimal configuration
- you need a lightweight MIT-licensed solution with a stable API

## When to avoid
- you are building with Vue 3, which needs a different virtual scroll library
- you need grid or table virtualization rather than a simple vertical list
- your lists are small enough that plain rendering performs fine

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: frontend, web-development, performance
- platform: browser
- tags: vue, virtual-list, virtual-scrolling, infinite-scroll, big-data-lists, nodejs, javascript

## Member repositories
- tangbc/vue-virtual-scroll-list (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:52.519697+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:23.117271+00:00, confidence not recorded.
  - readme: https://github.com/tangbc/vue-virtual-scroll-list (fetched 2026-08-28T04:08:52.519697+00:00, sha 928bec44e237)
  - homepage: https://tangbc.github.io/vue-virtual-scroll-list (fetched 2026-08-29T09:06:41.439106+00:00, sha 681790fd6bd6)
  - registry_npm: https://registry.npmjs.org/vue-virtual-scroll-list (fetched 2026-08-29T09:06:41.441474+00:00, sha 97af482dfc85)
- Data as of 2026-08-30T08:39:29.467469+00:00.
