-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-beautiful-dnd is now deprecated #2672
Labels
Comments
Thanks for work!!! |
1 similar comment
Thanks for work!!! |
Wanted to thank @alexreardon and Atlassian for all their hard work over the years on this project. I can't wait to try Pragmatic DND on some of my own projects! A recommendation, if anyone is looking for a library that more closely matches the simplicity of this one, would be dnd-kit. My team and I chose them and were very pleased with the results. |
12 tasks
remarkablemark
added a commit
to lilboards/lilboards
that referenced
this issue
Oct 27, 2024
3 tasks
mwaxman519
added a commit
to RishiCo-Canna/RishiAstro2
that referenced
this issue
Jan 9, 2025
Assistant generated file changes: - package.json: Update Babel plugins --- User prompt: In the shell, I see the following: ``` @tinacms/cli@1.8.0 npm warn node_modules/@tinacms/cli npm warn 4 more (@tinacms/graphql, @tinacms/search, tinacms, @tinacms/mdx) npm warn npm warn Conflicting peer dependency: yup@0.32.11 npm warn node_modules/yup npm warn peer yup@"^0.32.0" from @tinacms/schema-tools@1.7.0 npm warn node_modules/@tinacms/cli/node_modules/@tinacms/schema-tools npm warn @tinacms/schema-tools@"1.7.0" from @tinacms/cli@1.8.0 npm warn node_modules/@tinacms/cli npm warn 4 more (@tinacms/graphql, @tinacms/search, tinacms, @tinacms/mdx) npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. npm warn deprecated react-beautiful-dnd@13.1.1: react-beautiful-dnd is now deprecated. Context and options: atlassian/react-beautiful-dnd#2672 ``` If applicable, propose a fix immediately.
😭😭😭😭😭😭 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey all,
We are taking the next step in saying thank you and goodbye to our friend
react-beautiful-dnd
.react-beautiful-dnd
on npm. You will now get console warnings when installingreact-beautiful-dnd
from npm.react-beautiful-dnd
Github repository (it will become read only)Background
react-beautiful-dnd
helped push the web forward. It championed a wonderful feeling drag and drop experience for all users. However, as I am sure most readers know,react-beautiful-dnd
has it's shortcomings and limitations. A few years ago we made the hard decision to pivot our efforts into a different direction - building a new solution that was willing to let go of the physicality thatreact-beautiful-dnd
provided in order to unlock improved performance, flexibility and accessibility: Pragmatic drag and drop. Pragmatic drag and drop makes different tradeoffs toreact-beautiful-dnd
- tradeoffs that made more sense for the challenges we were facing at scale.What options to you have?
If you are using
react-beautiful-dnd
today, you have many options on how to move forward, including:react-beautiful-dnd
and continuing to use it, or patching withpatch-package
react-beautiful-dnd
dnd-kit
)Thank you
I've invested years of time and thinking into
react-beautiful-dnd
and it's been one of my greatest joys to see people use it and enjoy it. I learnt so much working on this project and the amazing conversations I've had with people about it. Thank you to everyone who has contributed, raised an issue, given feedback, and leveragedreact-beautiful-dnd
❤️Cheers
The text was updated successfully, but these errors were encountered: