DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema 3022c55330
Add d3-state-visualizer package (#556)
* Start

* Cleanup

* Finish

* eslint
2020-08-05 08:42:25 -04:00
docs Use prettier 2019-01-10 20:51:14 +02:00
packages Add d3-state-visualizer package (#556) 2020-08-05 08:42:25 -04:00
.eslintignore Use prettier 2019-01-10 20:51:14 +02:00
.eslintrc Fix and unify eslint 2019-01-10 19:23:33 +02:00
.gitignore chore(redux-devtools): resolve warnings in examples (#546) 2020-08-01 15:25:34 -04:00
.travis.yml chore(*): enable tests in travis build (#554) 2020-08-02 00:04:41 -04:00
babel.config.js Update babel 2019-02-06 01:59:55 +02:00
CHANGELOG.md Update CHANGELOG.md 2015-08-26 20:13:18 +03:00
CODE_OF_CONDUCT.md Use prettier 2019-01-10 20:51:14 +02:00
jest.config.js Run jest for all packages 2019-01-09 02:18:30 +02:00
lerna.json Use prettier 2019-01-10 20:51:14 +02:00
package.json Add d3-state-visualizer package (#556) 2020-08-05 08:42:25 -04:00
README.md Add docs for remote monitoring 2019-01-05 18:25:16 +02:00
yarn.lock Add d3-state-visualizer package (#556) 2020-08-05 08:42:25 -04: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