Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Infinite virtual scroller for [Zero](https://zero.rocicorp.dev/). Built on top of [Tanstack Virtual](https://tanstack.com/virtual/latest).

Live demo at: https://gigabugs.rocicorp.dev/.

Features:

- Bidirectional infinite scrolling (load more items at top or bottom)
Expand Down Expand Up @@ -227,3 +229,8 @@ pnpm dev:zero-cache
cd demo
pnpm dev:ui
```

## Other Examples

* https://github.com/rocicorp/ztunes (live at https://ztunes.rocicorp.dev/)
https://github.com/rocicorp/mono/tree/main/apps/zbugs (live at https://gigabugs.rocicorp.dev/)
Loading