DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Fabrizio Vitale 24f60a7aa7
Feat #1126 Add Data Tab to rtk-query-monitor (#1129)
* fix: broken rtk-query-monitor demo not working #1126

Description:

downgrades framer-motion in order to remove the runtime error "_framerMotion.motion.custom is not a function"

See: https://stackoverflow.com/questions/66703410/next-js-framermotion-motion-custom-is-not-a-function

* feat(rtk-query): add Data tab #1126

* fix: bump min popup width to 700px #1126

Description:

improve UI of rtk-query right side tabs

* fix: bump min popup window width again to 760px #1126

* chore: add changeset

* feat(rtk-query): improve a11y of rtk-query-monitor tab panel #1126

* chore(rtk-query): add few integration tests to rtk-query-monitor #1126

* Fix merge

* Deduplicate msw

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-07-05 13:31:38 +00:00
.changeset Feat #1126 Add Data Tab to rtk-query-monitor (#1129) 2022-07-05 13:31:38 +00:00
.github Switch to Nx (#1152) 2022-05-08 14:51:47 -04:00
docs docs(*): update link to Devtools extension (#714) 2021-05-05 19:43:15 -04:00
extension Feat #1126 Add Data Tab to rtk-query-monitor (#1129) 2022-07-05 13:31:38 +00:00
packages Feat #1126 Add Data Tab to rtk-query-monitor (#1129) 2022-07-05 13:31:38 +00: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 (#1192) 2022-06-27 07:14:31 -04:00
pnpm-lock.yaml Feat #1126 Add Data Tab to rtk-query-monitor (#1129) 2022-07-05 13:31:38 +00: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 Keep Node upgrades disabled (#1168) 2022-05-16 16:09:07 +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