S
SolidJS3mo ago
Mems

Drag & Drop library

Hello, I need to implement drag & drop and I was looking for the best option between : - @thisbeyond/solid-dnd - SortableJS (even if there is not a solid adapter) - If you have any other recommandation 🙂
4 Replies
Song
Song3mo ago
GitHub
GitHub - formkit/drag-and-drop
Contribute to formkit/drag-and-drop development by creating an account on GitHub.
Madaxen86
Madaxen863mo ago
Wow, this looks really good. 👍 I’ve used the vanilla version of https://github.com/atlassian/pragmatic-drag-and-drop which is more "raw" but adds eventlisteners so you can control every aspect of the dnd experience. I’d say it is for more complex use cases.
GitHub
GitHub - atlassian/pragmatic-drag-and-drop: Fast drag and drop for ...
Fast drag and drop for any experience on any tech stack - atlassian/pragmatic-drag-and-drop
thisbeyond
thisbeyond3mo ago
That looks cool - nice to see "reactive first" generic libraries. I wonder if they'll be able to add animate on drop support especially as they did the auto animate lib before. As for solid-dnd, I haven't had time to look at it for some while, but I hope to update it one day.
Mems
MemsOP3mo ago
thanks for your suggestions! 🙂

Did you find this page helpful?