DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema 83b2c19a11
Upgrade to Manifest V3 (#1714)
* Update Chrome manifest.json

* Remove use of window in background

* Test devpanel

* Inject pageScript using new API

* Keep connection from devpanel to background alive

* Keep connection from content script to background alive

* Replace page action with action

* Cleanup syncOptions

* Update options to not rely on background page access

* Start work on updating popup

* Updates

* Remove window

* Get opening in a separate window working

* Remove pageScriptWrap

* Add socket to panelStore

* Fix tests

* Try to use MV3 for Firefox

* Fix path

* Fix Chrome E2E tests

* Revert unintentional change

* Skip Electron tests for now

Looks like they're still working through stuff in https://github.com/electron/electron/issues/41613

* Better image centering

The Firefox popup did not like the old CSS. This is still not perfect, but it's better than it was.

* Create shaggy-taxis-cross.md
2024-08-17 19:11:46 +00:00
.changeset Upgrade to Manifest V3 (#1714) 2024-08-17 19:11:46 +00:00
.github chore(deps): update nrwl monorepo (major) (#1511) 2024-01-24 03:15:48 +00:00
docs chore(deps): update dependency prettier to v3 (#1434) 2023-07-12 18:03:20 +00:00
extension Upgrade to Manifest V3 (#1714) 2024-08-17 19:11:46 +00:00
packages Remove unnecessary lodash usage from bundles (#1718) 2024-08-13 23:42:16 -04:00
.eslintignore Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
.gitattributes [inspector-monitor] Add explicit return types (#1573) 2023-12-16 17:10:27 +00:00
.gitignore chore(deps): update testing-library monorepo (major) (#1675) 2024-06-10 01:14:22 +00:00
.prettierignore Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
.prettierrc chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
CODE_OF_CONDUCT.md Use prettier 2019-01-10 20:51:14 +02:00
eslint.js.config.base.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
eslint.ts.config.base.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
eslint.ts.jest.config.base.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
eslint.ts.react.config.base.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
eslint.ts.react.jest.config.base.mjs Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
jest.config.js chore(extension): add extension to yarn workspaces (#747) 2021-06-19 23:08:00 -04:00
LICENSE.md Update branch name on package file (#1094) 2022-02-21 15:42:17 +00:00
nx.json Switch to Nx (#1152) 2022-05-08 14:51:47 -04:00
package.json Use flat config for ESLint (#1712) 2024-08-08 23:47:07 -04:00
pnpm-lock.yaml Remove unnecessary lodash usage from bundles (#1718) 2024-08-13 23:42:16 -04:00
pnpm-workspace.yaml Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
README.md Switch to Nx (#1152) 2022-05-08 14:51:47 -04:00
renovate.json fix(deps): update all non-major dependencies (#1637) 2024-06-07 01:21:49 +00:00
tsconfig.base.json Use moduleResolution bundler (#1571) 2024-01-24 02:14:03 +00:00
tsconfig.esm.base.json Convert d3 packages to ESM (#1648) 2024-04-07 03:44:14 +00:00
tsconfig.esm.react.base.json Convert React packages to ESM (#1650) 2024-04-07 21:04:45 +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

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 and Nx. 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 Nx commands to build only the packages necessary for the packages you're working on (i.e., pnpm nx build remotedev-redux-devtools-extension).

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