mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-24 11:34:19 +03:00
DevTools for Redux with hot reloading, action replay, and customizable UI
* feat(redux-devtools-app): use `prefers-color-scheme` to set `theme.light` if user has not set a preferred theme * chore(@redux-devtools/app): fix lint error Error message: 0:0 error Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: test/__mocks__/styleMock.ts. The file must be included in at least one of the projects provided * chore: run prettier * feat(app): add theme color dropdown * refactor(rename): system preference option from default to auto |
||
---|---|---|
.github | ||
.yarn/releases | ||
docs | ||
extension | ||
packages | ||
.eslintignore | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.yarnrc.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
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.
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
- 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