DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
2021-06-03 00:18:01 -04:00
docs chore(*): upgrade prettier (#570) 2020-08-08 16:26:39 -04:00
extension Use mode: 'detach' 2021-06-03 00:18:01 -04:00
packages chore(*): move redux-devtools-app to scoped package (#693) 2020-12-22 12:02:14 -05:00
.eslintignore feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
.eslintrc chore(*): add prettier check to CI (#598) 2020-08-19 10:07:30 -04:00
.gitattributes feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
.gitignore Rename redux-slider-monitor to redux-devtools-slider-monitor (#558) 2020-08-06 08:02:35 -04:00
.prettierignore chore(extension): upgrade babel (#669) 2020-11-16 08:49:14 -05:00
.prettierrc chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
.travis.yml chore(*): add prettier check to CI (#598) 2020-08-19 10:07:30 -04:00
babel.config.js chore(*): upgrade prettier (#570) 2020-08-08 16:26:39 -04: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
eslintrc.ts.base.json feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
eslintrc.ts.jest.base.json feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
eslintrc.ts.react.base.json feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
eslintrc.ts.react.jest.base.json feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
jest.config.js Fix build and lint and break tests 2020-12-23 14:23:55 -05:00
lerna.json Use prettier 2019-01-10 20:51:14 +02:00
package.json Add extension to monorepo 2020-12-22 12:14:18 -05:00
README.md docs(*): add link to edge (#579) 2020-08-09 09:19:26 -04:00
tsconfig.base.json feat(trace): convert to TypeScript (#647) 2020-09-29 09:37:13 -04:00
tsconfig.react.base.json feature(react-json-tree): convert react-json-tree to TypeScript (#601) 2020-08-21 20:13:24 -04:00
yarn.lock Update chromedriver again 2021-06-02 23:46:55 -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, Edge 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