DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema 158ba2ce12
[inspector-monitor] Replace jss with Emotion (#1560)
* Setup Emotion

* Fix setup

* Start conversion

* actionList

* actionListHeader

* actionListRows

* actionListHeaderSelector

* actionListItem

* actionListItemTime

* actionListItemSelector

* actionListItemName

* actionListHeaderSearch

* actionListHeaderWrapper

* actionPreview

* Remaining css

* Format

* Propagate Emotion dependencies

* Fix tests

* Remove styling prop

* Remove jss

* Remove themeState

* Use color map as Emotion theme

* Rework theme resolution

* Inline CSS

* Remove usage of className

* Fix warning

* Create large-spoons-yell.md
2023-12-12 04:02:35 +00:00
.changeset [inspector-monitor] Replace jss with Emotion (#1560) 2023-12-12 04:02:35 +00:00
.github chore(deps): update actions/setup-node action to v4 (#1512) 2023-10-24 20:20:18 +00:00
docs chore(deps): update dependency prettier to v3 (#1434) 2023-07-12 18:03:20 +00:00
extension [inspector-monitor] Replace jss with Emotion (#1560) 2023-12-12 04:02:35 +00:00
packages [inspector-monitor] Replace jss with Emotion (#1560) 2023-12-12 04:02:35 +00:00
.eslintignore Switch to pnpm (#1151) 2022-05-08 13:49:09 +00:00
.gitattributes
.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
CODE_OF_CONDUCT.md
eslintrc.js.base.json
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
LICENSE.md
nx.json Switch to Nx (#1152) 2022-05-08 14:51:47 -04:00
package.json chore(deps): update all non-major dependencies (#1544) 2023-12-10 03:44:13 +00:00
pnpm-lock.yaml [inspector-monitor] Replace jss with Emotion (#1560) 2023-12-12 04:02:35 +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 chore(deps): update all non-major dependencies (#1544) 2023-12-10 03:44:13 +00:00
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