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

https://github.com/timwis/choo-infinite-list

Proof of concept using choo to render only the rows necessary to display, along with padding above and below to simulate scrolling through a giant list.
https://github.com/timwis/choo-infinite-list

Last synced: 24 days ago
JSON representation

Proof of concept using choo to render only the rows necessary to display, along with padding above and below to simulate scrolling through a giant list.

Awesome Lists containing this project

README

        

# choo-infinite-list
Proof of concept using [choo](http://choo.io) to render only the rows necessary
to display, along with padding above and below to simulate scrolling through a
giant list.

## Development
1. Install dependencies via `yarn install` or `npm install`
2. Run a development server using `yarn start` or `npm start`

## References
- [ayrton/react-cluster](https://github.com/ayrton/react-cluster/blob/master/lib/components/cluster.js)
- [Clusterize.js fork](https://github.com/NeXTs/Clusterize.js/pull/80)
- [editdata/infinite-elements](https://github.com/editdata/infinite-elements)
- [shama/view-list](https://github.com/shama/view-list)
- [shama/csv-viewer](https://github.com/shama/csv-viewer)