DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
2024-03-07 13:47:11 +02:00
.changeset Version Packages (#1593) 2024-01-01 21:49:58 +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 added copy to clipboard functionality to Tree, in Actions and State tab 2024-03-06 23:14:58 +02:00
packages added copy to clipboard functionality to Tree, in Actions and State tab 2024-03-06 23:21:53 +02: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 nrwl monorepo (major) (#1511) 2024-01-24 03:15:48 +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
eslintrc.js.base.json Add ESM builds (#997) 2022-01-10 15:41:53 +00:00
eslintrc.ts.base.json chore(deps): update typescript-eslint monorepo to v6 (major) (#1436) 2023-09-03 22:56:58 -04:00
eslintrc.ts.jest.base.json chore(deps): update typescript-eslint monorepo to v6 (major) (#1436) 2023-09-03 22:56:58 -04:00
eslintrc.ts.react.base.json chore(deps): update typescript-eslint monorepo to v6 (major) (#1436) 2023-09-03 22:56:58 -04:00
eslintrc.ts.react.jest.base.json chore(deps): update typescript-eslint monorepo to v6 (major) (#1436) 2023-09-03 22:56:58 -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 chore(deps): update all non-major dependencies (#1613) 2024-02-23 23:18:02 +00:00
pnpm-lock.yaml add copy object to Tree "copy" button next to the "pin" button 2024-03-06 14:29:44 +02:00
pnpm-workspace.yaml Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
README.md Update README.md 2024-03-07 13:47:11 +02:00
renovate.json chore(deps): update all non-major dependencies (#1605) 2024-02-08 18:01:24 -05:00
tsconfig.base.json Use moduleResolution bundler (#1571) 2024-01-24 02:14:03 +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 (Custom Version)

This fork of Redux DevTools includes enhanced styling for better trace readability and JetBrains product support for code opening from traces when using the JavaScript debugger and the built-in server at the default port 63342.

Features

  • Improved trace styles for increased readability.
  • Added support for opening code directly from traces in JetBrains IDEs (like WebStorm, IntelliJ IDEA, etc.).

JetBrains Integration

To use the JetBrains integration:

  1. Set External editor: to jetbrains_server.
  2. Set Absolute path to the project directory to open: to /.

Fix issue with background color of the trace panel.

Fix issue with the background black color of the trace tab.


FH6fkptVOW

Add copy to clipboard functionality to TreeView, in State and Action tabs.


copy_paste

Original 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