@miyaokamarina/uq
v0.0.17
Published
React-friendly file upload queue.
Downloads
3
Readme
@miyaokamarina/uq
React-friendly file upload queue.
- Immutable.
- Uploads progress tracking.
- Uploads abort.
- Uploads removal.
- Retry support.
- React hooks.
Upload states
- Unfinished:
- Pending: added to the queue, but not yet started.
- Ongoing: in progress.
- Finished:
- Done: successfully finished.
- Failed:
- Error: failed due to error.
- Aborted: cancelled by user.
TODO
- Upload batching.
- Batch abort/retry/remove/clear.
- Relative paths support.
License
MIT