react-beautiful-dnd is a React library for creating drag and drop lists, built by Atlassian. This library has many great characteristics:

Another popular React drag and drop library is react-dndreact-beautiful-dnd is much simpler than react-dnd, however has some limitations and is primarily designed for drag and drop with vertical and horizontal lists.

In this blog, we are going to focus on react-beautiful-dnd — how to set it up, some details about the API, and finally how to implement a re-orderable list.

#javascript

How to Make a Drag and Drop List Using React-beautiful-dnd
1.40 GEEK