Description
Drag and Drop is a common interaction technique added to allow people to intuitively move things around on a page. This could be reordering a list or even putting together a puzzle. How can we add th ...
Summary
- What is Drag and Drop?
- Making a list draggable and droppable with React Beautiful DnD With our library installed, we can give our list the ability to drag and drop.
-
-
...
- If we add console.log(result) to the function and move an item in our list, we can see that it includes details about what should be the updated state after our move action.