Skip to content

Create Blog “drag-and-drop-file-upload-dependency-free/index” #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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/)