https://github.com/horusgoul/react-hyper-scroller
Hyper-fast virtual lists for React apps and websites
https://github.com/horusgoul/react-hyper-scroller
javascript react typescript virtual-list
Last synced: 10 months ago
JSON representation
Hyper-fast virtual lists for React apps and websites
- Host: GitHub
- URL: https://github.com/horusgoul/react-hyper-scroller
- Owner: HorusGoul
- License: mit
- Created: 2018-10-24T08:29:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T02:31:55.000Z (over 2 years ago)
- Last Synced: 2025-07-09T08:43:21.434Z (11 months ago)
- Topics: javascript, react, typescript, virtual-list
- Language: TypeScript
- Homepage: https://react-hyper-scroller.horus.dev
- Size: 2.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# react-hyper-scroller
[](https://www.npmjs.com/package/react-hyper-scroller)
[![Bundlephobia][bundlephobia-badge]][bundlephobia]
[![Code Coverage][coverage-badge]][coverage]
[](https://github.com/HorusGoul/react-hyper-scroller/actions/workflows/tests.yml)
[![Github All Contributors][all-contributors-badge]](#contributors)
[![License][license-badge]][license]
[![License][twitter-badge]][twitter]
[![License][star-badge]][star]
Hyper-fast virtual lists for React apps and websites
## Docs, usage, examples, demos and more available in [react-hyper-scroller.horus.dev](https://react-hyper-scroller.horus.dev/docs/intro)
**Note:** If you're targeting old browsers, you'll need to polyfill the [`ResizerObserver`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) API.
## Features
- Easy to use. Virtualize your lists with ease.
- Supports virtual lists with items of different sizes by default
- Scroll restoration
- Scroll to item by key
- It's tiny! [![Bundlephobia][bundlephobia-badge]][bundlephobia]
## Support me
Feel free to buy me a coffee if you enjoy my open source work 😄
## Contributors

Horus Lugo
🚧 🤔 💻 🎨 👀
[all-contributors-badge]: https://img.shields.io/github/all-contributors/HorusGoul/react-hyper-scroller/main
[coverage-badge]: https://img.shields.io/codecov/c/github/HorusGoul/react-hyper-scroller.svg
[coverage]: https://codecov.io/github/HorusGoul/react-hyper-scroller
[license-badge]: https://img.shields.io/github/license/HorusGoul/react-hyper-scroller
[license]: ./LICENSE
[bundlephobia-badge]: https://img.shields.io/bundlephobia/minzip/react-hyper-scroller
[bundlephobia]: https://bundlephobia.com/package/react-hyper-scroller
[twitter-badge]: https://img.shields.io/twitter/follow/horusgoul.svg?style=social&label=Follow
[twitter]: https://twitter.com/horusgoul
[star-badge]: https://img.shields.io/github/stars/HorusGoul/react-hyper-scroller.svg?style=social&label=Star
[star]: https://github.com/horusgoul/react-hyper-scroller
