DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Mihail Diordiev 89880265a6
Move redux-devtools-inspector package (#429)
* Move from zalmoxisus/remotedev-inspector-monitor fork

* Fix linting

* Add credits

* Upgrade to react 16

Moved from zalmoxisus/remotedev-inspector-monitor/pull/5

* Upgrade dependences

* Add demo for ES6 map

From
alexkuz/redux-devtools-inspector/commit/9dfaaabcfba7913fd15ee6ee43627e0c
eb1d5c7b
2018-12-22 02:10:49 +02:00
docs Update links 2018-12-12 02:22:35 +02:00
packages Move redux-devtools-inspector package (#429) 2018-12-22 02:10:49 +02:00
.gitignore Merge map2tree package (#426) 2018-12-19 16:50:39 +02:00
.travis.yml Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
.yarnrc Configure lerna with yarn workspaces 2018-12-07 16:44:11 +02:00
CHANGELOG.md Update CHANGELOG.md 2015-08-26 20:13:18 +03:00
CODE_OF_CONDUCT.md Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
lerna.json Lerna publish commands 2018-12-11 02:28:55 +02:00
package.json Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
README.md Minor typo in the README (#420) 2018-12-16 17:28:54 +02:00
yarn.lock Move redux-devtools-inspector package (#429) 2018-12-22 02:10:49 +02:00

Build Status PRs Welcome

Redux DevTools

Developer Tools to power-up Redux development workflow or any other architecture which handles the state change (see integrations).

It can be used as a browser extension (for Chrome and Firefox), as a standalone app or as a React component integrated in the client app.

image

Note that this repository is work in progress for the monorepo, which will merge all the packages. Please refer to Redux DevTools Extension and Redux DevTools package.

Documentation

License

MIT