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
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.
Isn't that a bit complex for a simple list? I just need basic reordering!