Minimal list drag and drop library, Should I re-implement to be a custom hook?
(Source/Credits: https://dev.to/juanto121/minimal-list-drag-and-drop-library-should-i-re-implement-to-be-a-custom-hook-26hn)
Hi I recently made this small library for making any list of React components to be draggable with mi...
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.
Comments section