DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
renovate[bot] 935460457b
chore(deps): update dependency d3 to v7 (#768)
* chore(deps): update dependency d3 to v7

* Update changeset

* Fix app tests

* Fix extension test

* Format

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-02 17:16:20 -05:00
.changeset chore(deps): update dependency d3 to v7 (#768) 2023-01-02 17:16:20 -05:00
.github
docs
extension chore(deps): update dependency d3 to v7 (#768) 2023-01-02 17:16:20 -05:00
packages chore(deps): update dependency d3 to v7 (#768) 2023-01-02 17:16:20 -05:00
.eslintignore
.gitattributes
.gitignore
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
eslintrc.js.base.json
eslintrc.ts.base.json
eslintrc.ts.jest.base.json
eslintrc.ts.react.base.json
eslintrc.ts.react.jest.base.json
jest.config.js
LICENSE.md
nx.json
package.json
pnpm-lock.yaml chore(deps): update dependency d3 to v7 (#768) 2023-01-02 17:16:20 -05:00
pnpm-workspace.yaml
README.md
renovate.json
tsconfig.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 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