Skip to content

Commit

Permalink
Add virtua examples to virtual list doc
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 20, 2023
1 parent 013bfce commit 3527789
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 3527789

Please sign in to comment.