Overview

Redux DevTools in Replay is similar to the functionality of Redux DevTools in other browser developer tools. You can view the documentation for the library here for details on how to use.

Once enabled, the Replay Redux DevTools integration will show dispatched actions up to the point in time you are paused in the replay.

redux devtools.mp4

Jump to Code

Jump to Code jumps to where the Redux action was dispatched

Untitled

View Action

The Action panel lets you inspect the actions payload

Untitled

View State

The State panel lets you inspect the current redux stat

Untitled

View diff

The Diff panel lets you see how the redux state updaed

Untitled