DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema 61632768a7
Replace styled-components with Emotion (#1883)
* Replace styled-components with Emotion in ui

* react-dock

* Remainder

* Fix

* Format

* Update snapshots

* Create bright-sheep-joke.md
2025-06-01 13:59:13 +00:00
.changeset Replace styled-components with Emotion (#1883) 2025-06-01 13:59:13 +00:00
.github
docs
extension Replace styled-components with Emotion (#1883) 2025-06-01 13:59:13 +00:00
packages Replace styled-components with Emotion (#1883) 2025-06-01 13:59:13 +00:00
patches
.eslintignore
.gitattributes
.gitignore
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
eslint.js.config.base.mjs
eslint.js.react.jest.config.base.mjs
eslint.ts.config.base.mjs
eslint.ts.jest.config.base.mjs
eslint.ts.react.config.base.mjs
eslint.ts.react.jest.config.base.mjs
jest.config.js
LICENSE.md
package.json
pnpm-lock.yaml Replace styled-components with Emotion (#1883) 2025-06-01 13:59:13 +00:00
pnpm-workspace.yaml
README.md
renovate.json
tsconfig.base.json
tsconfig.esm.base.json
tsconfig.esm.react.base.json
tsconfig.react.base.json

GitHub Workflow Status PRs Welcome OpenCollective OpenCollective

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

Documentation

Development

This is a monorepo powered by pnpm. Install pnpm and run pnpm install to get started. Each package's dependencies need to be built before the package itself can be built. You can either build all the packages (i.e., pnpm run build:all) or use pnpm workspace commands to build only the packages necessary for the packages you're working on (i.e., pnpm --filter "remotedev-redux-devtools-extension" build).

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT