mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
DevTools for Redux with hot reloading, action replay, and customizable UI
bae386959d
- remotedev-redux-devtools-extension@3.0.4 - @redux-devtools/app@2.0.3 - @redux-devtools/cli@1.0.4 - @redux-devtools/inspector-monitor-test-tab@0.8.3 - @redux-devtools/remote@0.7.2 - @redux-devtools/rtk-query-monitor@2.0.2 - @redux-devtools/slider-monitor@3.0.2 - @redux-devtools/ui@1.1.1 - test-demo@0.1.6 - rtk-query-demo@0.1.5 - slider-todomvc@0.1.7 |
||
---|---|---|
.github | ||
.vscode | ||
.yarn | ||
docs | ||
extension | ||
packages | ||
.eslintignore | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.yarnrc.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
eslintrc.js.base.json | ||
eslintrc.ts.base.json | ||
eslintrc.ts.jest.base.json | ||
eslintrc.ts.react.base.json | ||
eslintrc.ts.react.jest.base.json | ||
jest.config.js | ||
lerna.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.base.json | ||
tsconfig.react.base.json | ||
yarn.lock |
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.
Documentation
- Browser Extension Installation and Configuration
- Manual Integration as a React Component
- Extension Options (Arguments)
- Extension Methods (Advanced API)
- Remote monitoring
- Troubleshooting
- Recipes
- FAQ
License
MIT