Redux

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.

Jump to Code

Jump to Code jumps to where the Redux action was dispatched
Image without caption

View Action

The Action panel lets you inspect the actions payload
Image without caption

View State

The State panel lets you inspect the current redux stat
Image without caption

View diff

The Diff panel lets you see how the redux state updaed
Image without caption

View stack

The stack panel lets you view the call stack leading up the the redux action
Image without caption

Powered by Notaku