Any good library to handle file uploads???

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Uppy

    The next open source file uploader for web browsers :dog:

    I found Uppy and I consider it a good option the problem is that uppy doesn't have an integration or plugin to send the files to firebase so I decide to lookup to some alternatives or recommendations.

  • react-dropzone

    Simple HTML5 drag-drop zone with React.js.

    I use react-dropzone for file uploads. I use a reducer to track the files that get dropped and on drop I simply upload the file blobs straight to firebase storage.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • filepond

    🌊 A flexible and fun JavaScript file upload library

    Just looking at the docs for react-dropzone, they recommend Filepond for something similar to what you're looking for.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts