[Docs] Replace react-beautiful-dnd with @hello-pangea/dnd
See original GitHub issuereact-beautiful-dnd is no longer maintained and will not support React 18.
I’m maintaining a fork @hello-pangea/dnd which supports React 18 and React strict mode, amongst other improvements.
@hello-pangea/dnd is a drop in replacement for react-beautiful-dnd, basically requiring a find-and-replace for imports.
Would you be open to a PR which migrated react-beautiful-dnd to @hello-pangea/dnd?
Also: just wanted to say that I use this library every day and absolutely love it. Thank you so much for your work 😃
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[Announcement] Maintenance will continue with @hello ...
npm install @hello-pangea/dnd · Replace all imports of react-beautiful-dnd with @hello-pangea/dnd · Enjoy :).
Read more >React beautiful DND - "Unable to find draggable with id: X"
Just ran into the same problem. Try disabling React's Strict Mode. That fixed it for me. https://reactjs.org/docs/strict-mode.html.
Read more >@hello-pangea/dnd - npm Package Health Analysis | Snyk
Core characteristics. Beautiful and natural movement of items; Accessible: powerful keyboard and screen reader support ♿️; Extremely ...
Read more >react-beautiful-dnd examples - CodeSandbox
Learn how to use react-beautiful-dnd by viewing and forking example apps that make use of react-beautiful-dnd on CodeSandbox. mantine-next-template.
Read more >Replacing React beautiful-dnd : r/reactjs - Reddit
@hello-pangea/dnd is the successor to react-beautiful-dnd. react-beautiful-dnd was indeed abandoned by Atlassian, it was picked up in this new ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@petyosi I added some react-virtuoso examples to Pangea dnd in this PR: https://github.com/hello-pangea/dnd/pull/415
Feel free to check it out to make sure we’re utilizing your lib as effectively as possible. Working on a PR for this lib now
Sounds like a plan.
I’ll submit a PR here with those changes, and I’ll make a PR over at @hello-pangea/dnd which does the same for react virtuoso:
I’ll ping you here when those are done.