An open API service indexing awesome lists of open source software.

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

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)