This library provides higher-order React components to manage file selection and XHR-based file uploads with progress tracking.
This project offers React components such as `UploadField` for turning any component into a drag-and-drop file input and `Uploader` for handling XHR file uploads with progress feedback. It includes `SignedUploader` for pre-signed URLs and an imperative API for triggering uploads outside React components. You can install it using `yarn add @navjobs/upload`.
This library provides higher-order React components to manage file selection and XHR-based file uploads with progress tracking.
Developers needing a flexible and stylable React-based solution for implementing file upload capabilities with progress indicators.