# @af-utils/virtual-core

> Model for rendering large scrollable data

Latest version **2.0.1** (published 2026-08-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @af-utils/virtual-core
pnpm add @af-utils/virtual-core
yarn add @af-utils/virtual-core
bun add @af-utils/virtual-core
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2026-08-29 |
| First published | 2023-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=24.19.0 |
| Dependencies | 0 |
| Unpacked size | 923.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 82 |
| Author | Alex Fomin |
| Maintainers | nowaalex |
| Keywords | virtual, list, recycle, dom recycle, dynamic size, load on demand, scroll, scrolling, infinite, virtualized, virtual, virtualization, windowing |

## Links

- npm: https://www.npmjs.com/package/@af-utils/virtual-core
- Repository: https://github.com/nowaalex/af-utils
- Homepage: https://af-utils.vercel.app/virtual
- Issues: https://github.com/nowaalex/af-utils/issues
- npm.io page: https://npm.io/package/@af-utils/virtual-core

## Recent versions

- 2.0.1 (latest) — 2026-08-29
- 2.0.0 — 2026-08-26
- 1.0.2 — 2024-10-19
- 1.0.1 — 2024-05-20
- 1.0.0 — 2024-04-27
- 0.0.25 — 2024-04-24
- 0.0.24 — 2024-04-20
- 0.0.23 — 2024-04-12
- 0.0.22 — 2024-03-19
- 0.0.21 — 2024-03-07
- 0.0.20 — 2024-02-07
- 0.0.19 — 2024-01-25
- 0.0.18 — 2023-11-07
- 0.0.17 — 2023-11-07
- 0.0.16 — 2023-11-05
- … 13 more at https://npm.io/package/@af-utils/virtual-core/versions

## README

# @af-utils/virtual-core

Framework-independent model and DOM primitives for efficiently rendering large
scrollable data sets with dynamic item sizes.

## Installation

```bash
npm install @af-utils/virtual-core
```

Use this package directly when building a custom renderer or framework adapter.
Applications can normally use one of the framework-specific packages instead.

## Documentation

- [Virtual scrolling overview](https://af-utils.vercel.app/virtual)
- [Custom rendering guide](https://af-utils.vercel.app/virtual/guides/custom-rendering)
- [Layout elements guide](https://af-utils.vercel.app/virtual/guides/layout-elements)
- [Support and compatibility](https://af-utils.vercel.app/virtual/support)
- [API reference](https://af-utils.vercel.app/virtual/reference/virtual-core/index)

---
_Source: https://npm.io/package/@af-utils/virtual-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
