# Akryum/vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data

Repository: https://github.com/Akryum/vue-virtual-scroller
Canonical: https://ross.abutalabs.com/products/vue-virtual-scroller
Homepage: https://vue-virtual-scroller.netlify.app/
Language: TypeScript
License Family: other
Topics: vuejs, vuejs2, virtual-scroller, scroller, vuejs-components
Last push: 2026-08-12T06:13:53+00:00

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

## Adoption (not part of the score)
Stars 10791, forks 973 (observed 2026-08-28T04:10:44.300261+00:00)

## What it is
A Vue 3 component library providing virtual scrolling for rendering large lists efficiently by only rendering visible items. It includes RecycleScroller, DynamicScroller, and headless APIs for custom markup.

## Use cases
- render huge lists in vue without lag
- virtualize a long table or feed in vue 3
- scroll thousands of rows smoothly
- render lists with unknown item heights
- keep DOM node count low for large datasets

## When to choose
- you use Vue 3 (or Vue 2 via the v1 branch) and need performant large lists
- you want both fixed-size and dynamic-height virtualization
- you need headless virtualization with your own components

## When to avoid
- you use React, Svelte, or another non-Vue framework
- you need ESM-incompatible legacy bundlers (ships ESM only)
- your lists are small enough that virtualization adds unneeded complexity

## Facets
- artifact type: library
- maturity: active
- function: ui-components, frontend-framework
- domain: frontend, web-development, performance
- platform: browser
- tags: vue, vue3, virtual-scrolling, list-virtualization, recycler-scroller, dom-performance, nodejs, javascript

## Member repositories
- Akryum/vue-virtual-scroller (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:44.300261+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-29T17:17:42.679679+00:00, confidence not recorded.
  - readme: https://github.com/Akryum/vue-virtual-scroller (fetched 2026-08-28T04:10:44.300261+00:00, sha 968919adb05f)
  - homepage: https://vue-virtual-scroller.netlify.app/ (fetched 2026-08-29T08:17:04.402478+00:00, sha 3055589ccf59)
  - registry_npm: https://registry.npmjs.org/vue-virtual-scroller (fetched 2026-08-29T08:17:04.411958+00:00, sha 3adc7b0483c2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
