mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 16:09:50 +03:00
DevTools for Redux with hot reloading, action replay, and customizable UI
The presence of this file leads to a build error `[...]\node_modules\@redux-devtools\remote\src\rn-host-detect.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig fia the 'files or 'include' property.` This can be solved by including a path to this specific file in my app's tsconfig.json file, but it's an inelegant solution - this would be the only file in node_modules that has to be included like that. It doesn't actually serve any purpose in the deployed package, and the typings file would still be present. |
||
---|---|---|
.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