# af-virtual-scroll

> React components for rendering large scrollable data

Latest version **2.14.0** (published 2022-03-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install af-virtual-scroll
pnpm add af-virtual-scroll
yarn add af-virtual-scroll
bun add af-virtual-scroll
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.14.0 |
| Published | 2022-03-05 |
| First published | 2020-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=14.0.0 |
| Dependencies | 3 |
| Unpacked size | 50 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 82 |
| Author | Alex Fomin |
| Maintainers | nowaalex |
| Keywords | react, reactjs, virtual, table, list, recycle, dom-recycle, dynamic-size, scroll, scrolling, infinite, virtualized, virtual, virtualization, sortable, windowing |

## Links

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

## Dependencies (3)

- [react](https://npm.io/package/react.md) ^17.0.2
- [prop-types](https://npm.io/package/prop-types.md) ^15.8.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.17.2

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 2.14.0 (latest) — 2022-03-05
- 2.13.0 — 2022-03-05
- 2.12.0 — 2022-02-18
- 2.11.0 — 2022-02-08
- 2.10.2 — 2022-01-28
- 2.10.1 — 2022-01-28
- 2.10.0 — 2022-01-28
- 2.9.21 — 2022-01-25
- 2.9.20 — 2022-01-05
- 2.9.19 — 2022-01-04
- 2.9.18 — 2022-01-03
- 2.9.17 — 2021-12-24
- 2.9.16 — 2021-12-13
- 2.9.15 — 2021-12-09
- 2.9.14 — 2021-12-09
- … 171 more at https://npm.io/package/af-virtual-scroll/versions

## README

# af-utils

[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://app.codspeed.io/nowaalex/af-utils?utm_source=badge)

Practical open-source utilities.

[Website](https://af-utils.vercel.app) ·
[Virtual scrolling](https://af-utils.vercel.app/virtual) ·
[Scrollend polyfill](https://af-utils.vercel.app/scrollend-polyfill) ·
[Contributing](conventions.md)

<p align="center">
    <img src="website/src/assets/readme/hero.svg" alt="" width="960" />
</p>

## Projects

### Virtual scrolling

Render large lists, grids, tables, and dynamically sized content without
mounting everything at once.

Available for React, Preact, Solid, Svelte, Lit, Vue, and a framework-agnostic
core.

[Choose a framework](https://af-utils.vercel.app/virtual/frameworks) ·
[Browse examples](https://af-utils.vercel.app/virtual/examples/react/basics/simple-list) ·
[Check compatibility](https://af-utils.vercel.app/virtual/support)

### Scrollend polyfill

Use the standard `scrollend` event API consistently in browsers that still need
a polyfill.

[Get started](https://af-utils.vercel.app/scrollend-polyfill) ·
[Open the runnable example](https://af-utils.vercel.app/scrollend-polyfill/examples/react) ·
[See the bundle size](https://af-utils.vercel.app/scrollend-polyfill/size)

## Contributing

Install the workspace dependencies with:

```sh
pnpm install
```

The complete development workflow and repository rules live in
[conventions.md](conventions.md). This repository is licensed under the
[MIT License](LICENSE).

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