redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

DevTools for Redux with hot reloading, action replay, and customizable UI

Results 256 redux-devtools issues
Sort by recently updated
recently updated
newest added

I wrote generic types for devtools/extension compose function because when passing async thunk-functions in store.dispatch typescript gives an error about type incompatibility. `Argument of type '(dispatch: asyncThunkDispatch) => Promise' is...

It's possible for actions to result in no state updates at all. Some actions are dispatched just as "signals" to middleware (common with sagas/observables). Others just get ignored by reducers....

feature

Hi I would like to know if is it possible to add a checkbox on the left of each node because I need to select some nodes. If it's possible...

[Sizzy](https://sizzy.co) is an electron powered browser that mocks UserAgent to match the simulated device, so ReduxDevtools can't detect it as Electron. Sizzy does however expose a global `__sizzy` attribute with...

createStore is actually deprecated

Reworking of https://github.com/reduxjs/redux-devtools/pull/644 to remove UNSAFE_componentWillReceiveProps which is deprecated in react 17 and likely removed in 18. Components that used UNSAFE_componentWillReceiveProps are converted to functional components with hooks.

I've been working on an application where the redux store is multi mega bytes and researching ways to reduce the store size by refactoring code etc. Although we can determine...

feature

The trace middleware appears to default to the dark theme color, but the devtools default to the light theme color: ![image](https://user-images.githubusercontent.com/49418430/150200677-65171f08-e893-4af7-8856-ef40bccffc7a.png) Each session resets the theme preference, so I need...

needs investigation

I am trying to implement code splitting in my app, and I call replaceReducer when a new reducer is loaded. I use the shouldHotReload: false option to avoid rerunning actions,...

needs investigation

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be...