diff --git a/content/blog/drag-and-drop-file-upload-dependency-free/index.md b/content/blog/drag-and-drop-file-upload-dependency-free/index.md new file mode 100644 index 0000000..5cb3923 --- /dev/null +++ b/content/blog/drag-and-drop-file-upload-dependency-free/index.md @@ -0,0 +1,8 @@ +--- +title: Drag and Drop File Upload, dependency free +author: Anthony Rivas +authorTitle: Engineering Team Lead +date: 2023-06-09T15:28:32.282Z +description: Exploring how to handle file drag and drop in react, dependency free +--- +You want users to be able to upload files into your application, but the file input is such a weak contender on it's own! It is hard to style, and brings with it a plethora of challenges. So you reach for a dependency. Maybe it is React DND or possibly [React Dropzone](https://react-dropzone.js.org/) \ No newline at end of file