'React drop zone for both files and draggable elements
Is there available a React drop zone component that accepts both files and draggable React elements?
I've used react-dropzone, which is great for files, but in addition to that, I'd like to be able to drag UI elements onto the same zone, where the same kind of data (JSON) would come in from a DataTransfer object.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
