Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Open
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
4 changes: 4 additions & 0 deletions docs/patterns/virtual-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ React Virtuoso comes with automatic item measurement out of the box.
- [List with source](https://virtuoso.dev/react-beautiful-dnd/)
- [Basic list on `codesandbox.io`](https://codesandbox.io/s/react-virutoso-with-react-beautiful-dnd-e6vmq)

### [`virtua`](https://github.com/inokawa/virtua)

- [List](https://inokawa.github.io/virtua/?path=/story/advanced-with-react-beautiful-dnd--default) ([source](https://github.com/inokawa/virtua/blob/main/stories/react/advanced/With%20react-beautiful-dnd.stories.tsx))

## Usage

`react-beautiful-dnd` does not provide its own virtual list abstraction so there is a bit of wiring that you will need to do in order to get going with existing virtual list solutions 🛠
Expand Down