uppy/packages/@uppy/redux-dev-tools
Merlijn Vos 9eb857e68c
docs: rename Edgly to Smart CDN (#5449)
* docs: rename Edgly to Smart CDN

* Apply suggestions from code review

* Apply suggestions from code review
2024-09-19 10:42:57 +02:00
..
src Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
CHANGELOG.md Release: uppy@3.1.0 (#4121) 2022-09-25 19:08:30 +00:00
LICENSE Move ReduxDevTools to @uppy/redux-dev-tools 2018-06-18 01:36:44 -04:00
package.json Release: uppy@4.0.0 (#5325) 2024-07-10 15:36:53 +00:00
README.md docs: rename Edgly to Smart CDN (#5449) 2024-09-19 10:42:57 +02:00

@uppy/redux-dev-tools

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

ReduxDevTools plugin that syncs with redux-devtools browser or JS extensions, and allows for basic time travel:

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

import Uppy from '@uppy/core'
import ReduxDevTools from 'uppy/redux-dev-tools'

const uppy = new Uppy()
uppy.use(ReduxDevTools)

Installation

$ npm install @uppy/redux-dev-tools

Alternatively, you can also use this plugin in a pre-built bundle from Transloadits CDN: Smart CDN. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.