Skip to content

Commit ffc789e

Browse files
committed
docs: drop react-virtualized examples
As the library isn't supporting react v19, we are simply remoing it from our documentation.
1 parent 73421d2 commit ffc789e

File tree

8 files changed

+2
-598
lines changed

8 files changed

+2
-598
lines changed

docs/patterns/virtual-lists.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are drawbacks with using virtual lists. They stem from the fact that with
1919

2020
## Support
2121

22-
`@hello-pangea/dnd` is designed to work with existing virtual list solutions and does not have it's own virtual list abstraction. There is no official "virtual list" specification or implementation for the web. Different virtual list libraries achieve windowing through various techniques. So we cannot guarentee that `@hello-pangea/dnd` will work with every virtual list library. We have created examples for `react-window` and `react-virtualized` which are the two most popular virtual list libraries for `react`.
22+
`@hello-pangea/dnd` is designed to work with existing virtual list solutions and does not have it's own virtual list abstraction. There is no official "virtual list" specification or implementation for the web. Different virtual list libraries achieve windowing through various techniques. So we cannot guarentee that `@hello-pangea/dnd` will work with every virtual list library. We have created examples for `react-window` is a popular virtual list libraries for `react`.
2323

2424
## Premade examples 🎁
2525

@@ -32,12 +32,6 @@ Please raise a pull request if you would like to add examples for other virtuali
3232
- [Basic list on `codesandbox.io`](https://codesandbox.io/s/simple-virtual-list-dark-c6wqc)
3333
- [Basic board on `codesandbox.io`](https://codesandbox.io/s/simple-virtual-list-board-vgvzt)
3434

35-
### [`react-virtualized`](https://github.com/bvaughn/react-virtualized)
36-
37-
- [List](https://dnd.hellopangea.com/?path=/story/examples-virtual-react-virtualized--list) ([source](/stories/src/virtual/react-virtualized/list.jsx))
38-
- [Board](https://dnd.hellopangea.com/?path=/story/examples-virtual-react-virtualized--board) ([source](/stories/src/virtual/react-virtualized/board.jsx))
39-
- [List](https://dnd.hellopangea.com/?path=/story/examples-virtual-react-virtualized--window-list) with [`WindowScroller`](https://github.com/bvaughn/react-virtualized/blob/master/docs/WindowScroller.md) ([source](/stories/src/virtual/react-virtualized/window-list.jsx))
40-
4135
### [`react-virtuoso`](https://github.com/petyosi/react-virtuoso)
4236

4337
React Virtuoso comes with automatic item measurement out of the box.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"@types/raf-schd": "4.0.3",
130130
"@types/react": "18.3.18",
131131
"@types/react-dom": "18.3.5",
132-
"@types/react-virtualized": "9.22.0",
133132
"@types/react-window": "1.8.8",
134133
"@types/seedrandom": "3.0.8",
135134
"@typescript-eslint/eslint-plugin": "7.18.0",
@@ -177,7 +176,6 @@
177176
"raf-stub": "3.0.0",
178177
"react": "18.3.1",
179178
"react-dom": "18.3.1",
180-
"react-virtualized": "9.22.5",
181179
"react-window": "1.8.11",
182180
"release-it": "17.11.0",
183181
"require-from-string": "2.0.2",

pnpm-lock.yaml

-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stories/examples/46-virtual.stories.tsx

-33
This file was deleted.

0 commit comments

Comments
 (0)