DEV Community

Discussion on: The ultimate guide to drag and drop in React

Collapse
 
worsnupd profile image
Daniel Worsnup

Great post! I used react-dnd for a pretty sophisticated DnD experience at work recently. Once you grasp the basics of what the library is doing for you and what is left for you to do yourself, it's really a great fit for advanced DnD use cases.