How to build a React drag-and-drop component for file upload
Last Updated: July 25th, 2020
In this article, we’ll build a simple React application for dragging and dropping files. We'll make use of the HTML5 drag-and-drop API and we’ll discuss the useReducer hook for managing state.