DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
renovate[bot] 7e01b693ad
chore(deps): update dependency typescript to ~4.4.3 (#833)
* chore(deps): update dependency typescript to ~4.4.3

* Fix instrument

* Fix app

* Fix cli

* Fix extension

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-10-05 02:32:03 +00:00
.github chore(*): move devDependencies back to packages (#870) 2021-09-18 23:47:03 +00:00
.yarn/releases chore(*): update Yarn (#869) 2021-09-18 14:17:27 +00:00
docs docs(*): update link to Devtools extension (#714) 2021-05-05 19:43:15 -04:00
extension chore(deps): update dependency typescript to ~4.4.3 (#833) 2021-10-05 02:32:03 +00:00
packages chore(deps): update dependency typescript to ~4.4.3 (#833) 2021-10-05 02:32:03 +00:00
.eslintignore chore(*): use Yarn 2 (#733) 2021-06-13 17:14:23 -04:00
.gitattributes chore(deps): update dependency prettier to v2.4.0 (#857) 2021-09-15 21:47:31 +00:00
.gitignore chore(*): use Yarn 2 (#733) 2021-06-13 17:14:23 -04:00
.prettierignore chore(*): move devDependencies back to packages (#870) 2021-09-18 23:47:03 +00:00
.prettierrc chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
.yarnrc.yml chore(rtk-query): fix demo build (#892) 2021-09-25 13:21:12 +00: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(deps): update dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00:00
eslintrc.ts.jest.base.json chore(deps): update dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00:00
eslintrc.ts.react.base.json chore(deps): update dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00:00
eslintrc.ts.react.jest.base.json chore(deps): update dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00: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): update dependency typescript to ~4.4.3 (#833) 2021-10-05 02:32:03 +00:00
README.md chore(*): remove Travis (#864) 2021-09-17 15:02:33 +00:00
renovate.json chore(rtk-query): fix demo build (#892) 2021-09-25 13:21:12 +00:00
tsconfig.base.json chore(*): switch to Yarn Plug'n'Play (#871) 2021-09-19 21:59:01 +00: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 typescript to ~4.4.3 (#833) 2021-10-05 02:32:03 +00:00

GitHub Workflow 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