DEV Community

Cover image for Minimal list drag and drop library, Should I re-implement to be a custom hook?
Juan Torres
Juan Torres

Posted on

Minimal list drag and drop library, Should I re-implement to be a custom hook?

Hi I recently made this small library for making any list of React components to be draggable with minimal setup https://github.com/juanto121/Droplite but now I'm wondering if it would be more usable if it were to be implemented as a custom hook. Please let me know, I'm new to react's component library community.

Top comments (0)