Building a simple Reactjs drop zone to choose a file
Note: I assume you already have a basic reactjs project setup
Implementing a drop zone to choose a file is really simple as the browser has already done the hard work for you. You need to set up a few things;
onDragOver event handler on the `<label ...
craftzniac.hashnode.dev3 min read