To-do app solution with React, react-beautiful-dnd
Design comparison
Solution retrospective
My first time working with libraries for animation. Wanted to try out some popular ones. Ran into some issues trying to use react-beautiful-dnd (for drag and drop) functionality together with react-spring (for the animation). Later settled on react-transition-group. It was overkill using a library for animation as this solution has very little in terms of animation (excluding that from the drag and drop library) but it was just for practice. Also found that react strict mode caused the drag and drop functionality provided by the library to malfunction (stop working completely on page refresh) so I had to remove that even while working on it.
What specific areas of your project would you like help with?Let me know your thoughts on any area of this solution where I could've improved. I would very much appreciate feedback
Community feedback
- @alex931dPosted 6 months ago
Hello the problem with react-beautiful-dnd is its no longer maintained you can use this https://github.com/hello-pangea/dnd Which is an maintained version of react-beautiful-dnd which works with newer versions of react :)
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord