Tiny DND for React#
- Avoids state and context
- Stores dragging/dropping states in data-sets
- Leverages CSS (and Tailwind) to control how dragging and dropping looks like (from data-sets)
- Supports touch
- Can drag simple values (strings), or generic objects that are stored as JSON
Current Status#
Proof of concept