uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
17 lines (11 loc) • 463 B
Markdown
This example uses Uppy with a Redux store.
The same Redux store is also used for other parts of the application, namely the counter example.
Each action is logged to the console using [redux-logger](https://github.com/theaqua/redux-logger).
This example supports the [Redux Devtools extension](https://github.com/zalmoxisus/redux-devtools-extension), including time travel.
Move into this directory, then:
```bash
npm install
npm start
```