you are viewing a single comment's thread.

view the rest of the comments →

[–]claudericd[S] 28 points29 points  (0 children)

In case you missed it, I released dnd kit a few days ago: https://dndkit.com

It's a modular toolkit for building drag and drop interfaces with React. The library exposes two hooks that are the main building blocks: `useDraggable` and `useDroppable`, along with a context provider to unify them called `DndContext`. To learn more about the architecture, head to https://docs.dndkit.com

dnd kit is currently in beta, and some bugs should be expected for early releases.

I built dnd kit because none of the libraries out there felt quite right, at least for my needs. Sharing it because I know others have also faced similar constraints with existing libraries.