https://github.com/ryands17/js-virtualised-list
An example for infinite scroll with a large dataset using a virtualised list
https://github.com/ryands17/js-virtualised-list
vanilla-javascript virtualized-scroll
Last synced: about 1 year ago
JSON representation
An example for infinite scroll with a large dataset using a virtualised list
- Host: GitHub
- URL: https://github.com/ryands17/js-virtualised-list
- Owner: ryands17
- License: mit
- Created: 2024-05-17T21:49:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T22:09:32.000Z (about 2 years ago)
- Last Synced: 2024-05-18T22:44:56.591Z (about 2 years ago)
- Topics: vanilla-javascript, virtualized-scroll
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Scrolling
This is a demo of having a virtualised list for infinite scrolling. The logic is entirely built in Vanilla JS and CSS.
## Prerequisites
- Bun/Node
- bun/npm
## Setup
- Clone this repository
- Run `bun install` to install dependencies
- Run `bun dev` to start the server at [http://localhost:5173](http://localhost:5173)