DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
renovate[bot] 8d94d6cd6c
chore(deps): update dependency sinon-chrome to v3 (#780)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-27 00:23:07 +00:00
.github chore(extension): add extension to yarn workspaces (#747) 2021-06-19 23:08:00 -04:00
.yarn chore(deps): update yarn to v3 (#770) 2021-08-26 10:20:15 -04:00
docs docs(*): update link to Devtools extension (#714) 2021-05-05 19:43:15 -04:00
extension chore(deps): update dependency sinon-chrome to v3 (#780) 2021-08-27 00:23:07 +00:00
packages chore(deps): update dependency rxjs to v7 (#778) 2021-08-26 23:40:32 +00:00
.eslintignore chore(*): use Yarn 2 (#733) 2021-06-13 17:14:23 -04:00
.eslintrc chore(*): remove prettier plugin (#742) 2021-06-17 23:26:53 -04:00
.gitattributes chore(extension): test in CI (#749) 2021-06-19 21:58:59 -04:00
.gitignore chore(*): use Yarn 2 (#733) 2021-06-13 17:14:23 -04:00
.prettierignore chore(deps): clean up (#779) 2021-08-26 19:20:13 -04:00
.prettierrc chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
.yarnrc.yml chore(deps): update yarn to v3 (#770) 2021-08-26 10:20:15 -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 chore(*): remove prettier plugin (#742) 2021-06-17 23:26:53 -04:00
eslintrc.ts.jest.base.json chore(*): remove prettier plugin (#742) 2021-06-17 23:26:53 -04:00
eslintrc.ts.react.base.json chore(*): remove prettier plugin (#742) 2021-06-17 23:26:53 -04:00
eslintrc.ts.react.jest.base.json chore(*): remove prettier plugin (#742) 2021-06-17 23:26:53 -04:00
jest.config.js chore(extension): add extension to yarn workspaces (#747) 2021-06-19 23:08:00 -04:00
lerna.json Use prettier 2019-01-10 20:51:14 +02:00
package.json chore(deps): clean up (#779) 2021-08-26 19:20:13 -04:00
README.md docs(*): add link to edge (#579) 2020-08-09 09:19:26 -04:00
renovate.json Configure Renovate (#757) 2021-08-25 23:00:13 -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 chore(deps): update dependency sinon-chrome to v3 (#780) 2021-08-27 00:23:07 +00: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