-
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
Update: 3rd April 2024 β "react-beautiful-dnd: where to from here?" #2573
Comments
Been following the journey on twitter, excited to see this released! Thanks for the amazing contributions! |
React native support? And is there any benefits of going to |
No. Pragmatic drag and drop uses web platform drag and drop functionality, and will work for web browsers on iOS and Android. However, it does not call native code directly (eg UIKit drag and drop) and so is not an appropriate tool for react native.
All that said, if you are not interested in moving to Pragmatic drag and drop more fully in the longer term, then the migration layer is likely not the right option for you. The migration layer is more of a stepping stone to a full migration. I hope that helps @masudhossain! |
Will the migration work for NextJS? If I want to fully migrate a simple dnd list how much time should it take? |
Hi there, |
Hi, thanks for this update. Is it totally impossible now to use any kind of drag animations in this new Pragmatic DND library? The blue line to show where the item will go is neat, but is insufficient for our use case. Would be great if you can provide an example that showcases similar animations to the ones that were present in react-beautiful-dnd. |
I agree, the blue line and no animation feels like a terrible user experience. Decided to stay on this version until it's out. |
All examples are down in the netlify website. Also pragmatic has also no examples, and I don't want the blue line. |
Can't wait for it to work with Svelte. I tried to make it work with Svelte but couldn't make it work, it always displayed errors. Will there be a tutorial/documentation on how to do it? |
Any estimation when will we have tutorial for manual migration that you have advised us for? |
I've been happily using Framer Motion, because this is dead and the replacement is awful. |
Hey all,
I am the author of
react-beautiful-dnd
π. It feels really good to engage with this repo again after having poured a few years of my life into it.I have an update to share with y'all about
react-beautiful-dnd
and Pragmatic drag and drop (a new drag and drop framework of ours)πΊ Watch on Youtube
The text was updated successfully, but these errors were encountered: