From 498c4f39943669cf99299583cf616536a103d6a2 Mon Sep 17 00:00:00 2001 From: Anthony Rivas Date: Fri, 9 Jun 2023 15:38:32 +0000 Subject: [PATCH] =?UTF-8?q?Create=20Blog=20=E2=80=9Cdrag-and-drop-file-upl?= =?UTF-8?q?oad-dependency-free/index=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drag-and-drop-file-upload-dependency-free/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/blog/drag-and-drop-file-upload-dependency-free/index.md 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