|
il y a 6 ans | |
---|---|---|
.. | ||
.gitignore | il y a 7 ans | |
index.html | il y a 7 ans | |
main.js | il y a 6 ans | |
package-lock.json | il y a 7 ans | |
package.json | il y a 6 ans | |
readme.md | il y a 7 ans |
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.
This example supports the Redux Devtools extension, including time travel.
Move into this directory, then:
npm install
npm start