DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema b323f77d31
Upgrade D3 to v4 (#1307)
* Update packages

* Fix after update

* Update some types

* Remove attr

* Finish d3tooltip

* Update style option

* Updates

* Zoom

* Update

* Update

* Update

* Fix

* Update

* Update

* Update

* Update

* Update

* Fixes

* Update id type

* Fix enter + update selections

* Use this

* Fix stringifying

* Remove InputOptions

* Use data.value

* Updates

* Remove UMD builds

* Fix exit

* No need to re-assign

* Simplify d3tooltip API

* Update redux-devtools-chart-monitor

* Update redux-devtools-app

* Update

* Update

* Remove @types/prop-types

* Update prop types

* Update d3tooltip docs

* Update d3-state-visualizer docs

* Update chart-monitor docs

* Create weak-kings-brake.md

* Create spicy-olives-compete.md

* Create friendly-coats-trade.md

* Create slimy-elephants-flash.md

* Fix empty arrays
2023-01-02 14:19:13 -05:00
.changeset Upgrade D3 to v4 (#1307) 2023-01-02 14:19:13 -05:00
.github Build updates (#1272) 2022-11-07 14:42:25 +00:00
docs docs(*): update link to Devtools extension (#714) 2021-05-05 19:43:15 -04:00
extension Version Packages (#1303) 2022-12-26 17:52:42 +00:00
packages Upgrade D3 to v4 (#1307) 2023-01-02 14:19:13 -05:00
.eslintignore Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
.gitattributes chore(deps): update dependency prettier to v2.4.0 (#857) 2021-09-15 21:47:31 +00:00
.gitignore Switch to pnpm (#1151) 2022-05-08 13:49:09 +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 dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00:00
eslintrc.ts.jest.base.json chore(deps): update dependency eslint-config-prettier to v8 (#769) 2021-08-27 03:23:46 +00:00
eslintrc.ts.react.base.json chore(deps): update all non-major dependencies (#1109) 2022-04-04 03:59:41 +00:00
eslintrc.ts.react.jest.base.json Integrate color scheme preference into ui library (#950) 2021-11-06 17:28:35 +00: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 (#1282) 2022-12-21 16:13:25 -05:00
pnpm-lock.yaml Upgrade D3 to v4 (#1307) 2023-01-02 14:19:13 -05: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 dependency @chakra-ui/react to ^2.3.5 (#1212) 2022-10-10 00:56:01 +00:00
tsconfig.base.json Use types in tscnofig to explicitly define global types (#1045) 2022-01-22 21:51:27 +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