What does HackerNews think of draggable?
The JavaScript Drag & Drop library your grandparents warned you about.
Language:
JavaScript
#110
in
JavaScript
I was going to recommend Shopify's Draggable, but I now see that it has no active maintainers. https://github.com/Shopify/draggable
React kit is an implementation of Shopify's famous package: https://github.com/Shopify/draggable It's great but complicated with strict API. While react-beautiful-dnd is so React-ish. To manipulate DOM you need pure js with a solution can expose DOM elements to you because you probably need to do more than dragging an element on your layout.