redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ While there are a lot of controversies around the new manifest format, I don't believe most affect us. The advantages are getting ahead of enforcement later (we've got a...
This PR attempts to solve #635. `unsafe_componentWillReceiveProps` is currently used in two components: `JSONTree` and `JSONNestedNode`. In `JSONTree` I extracted the properties `theme` and `invertTheme` from `Props` to a separate...
When using the Remote DevTools, the dispatch history is only visible for a short time once a breakpoint is hit in the code. I assume this is because the web-socket...
We're working with [subapps](http://redux.js.org/docs/recipes/IsolatingSubapps.html) and therefore have many independent apps with an own store. Adding them to dev-tools works great. But as soon as we remove an app we also...
### Description You cannot interact with monitor buttons when the viewport width is small. ### Suggested changes 1. Use a dropdown to select monitors: it was UX solution used previously....
redux-devtools is a humongous project and we should consider the use of `esbuild` or `swc` to speed up compilation time. We could use [`rollup-plugin-esbuild`](https://www.npmjs.com/package/rollup-plugin-esbuild) to generate the js bundle and...

Is there a way for redux dev tools to better utilize space? Fonts are larger than dev tools fonts, number of rows is much lower than eg. number of code...
I work for a US government contractor. Our client's IT department is disallowing the use of this extension for the following reason: > The presence of “unsafe-eval” on the extension’s...
Here's the error: ``` ERR_PNPM_MISSING_PEER_DEPENDENCY @redux-devtools/cli > @redux-devtools/app > @redux-devtools/inspector-monitor-test-tab: @redux-devtools/[email protected] requires a peer of @types/styled-components@^5.1.15 but none was installed. ``` It seems that there's a problem internally with the...