What’s the Best Drag & Drop Library for React?

0
7
Asked By GamerGuru92 On

Hey everyone! I'm working on a project using React and Material-UI, and I'm looking to create a reorderable list of components that users can drag and drop. I might want to expand on the functionality in the future as well. I've come across so many libraries out there, but I'm not sure which one would be the best fit. Any recommendations? Thanks a lot!

1 Answer

Answered By CodeCrafter On

I agree with TechieTinker on using the HTML5 Drag and Drop API. It's straightforward and effective for what you're looking to do. It might seem a bit daunting initially, but it has everything you need for basic drag-and-drop functionality.

CuriousCat -

Isn't that a bit complex for a simple list? I just need basic reordering!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.