# @af-utils/styled

> React components for rendering large scrollable data

Latest version **0.0.24** (published 2023-10-05) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

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

## Links

- npm: https://www.npmjs.com/package/@af-utils/styled
- 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-utils/styled

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.24 (latest) — 2023-10-05
- 0.0.23 — 2023-04-29
- 0.0.22 — 2023-03-02
- 0.0.21 — 2023-03-02
- 0.0.20 — 2022-11-02
- 0.0.19 — 2022-10-23
- 0.0.18 — 2022-09-05
- 0.0.17 — 2022-08-21
- 0.0.16 — 2022-08-15
- 0.0.15 — 2022-08-12
- 0.0.14 — 2022-08-10
- 0.0.13 — 2022-08-07
- 0.0.12 — 2022-08-06
- 0.0.11 — 2022-08-03
- 0.0.10 — 2022-07-26
- … 9 more at https://npm.io/package/@af-utils/styled/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-utils/styled · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
