Replies: 2 comments 4 replies
-
|
Hello, I'm author of virtua. https://inokawa.github.io/virtua/?path=/story/advanced-with-dnd-kit--default |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Does anyone have experience with @dnd-kit and react-window? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see the examples are using https://github.com/clauderic/react-tiny-virtual-list, which is also by @clauderic, but hasn't been updated for 5 years.
I looked for alternatives and found 2:
https://github.com/bvaughn/react-window by @bvaughn
and
https://github.com/inokawa/virtua by @inokawa
What I like about react-window is that I've been using react-sortable-hoc + react-virtualized in production for 5 years, which were the previous libraries by @bvaughn and @clauderic. They are also extremely popular and well tested.
Having said that, virtua also looks nice based on their comparison section.
Does anyone have any experience with virtualization libraries and dnd-kit?
Beta Was this translation helpful? Give feedback.
All reactions