Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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/)