Skip to content

Big update of Redux DevTools monitors

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 04 Jan 17:59
· 202 commits to master since this release

Time travelling by just jumping to a specific action (#60)

  • Visually identify actions from the future.
  • Jump to a corresponding state of a specific action.

gmvxofxyqs

Source of the demo

Reorder actions (alexkuz/redux-devtools-inspector#64)

Just drag and drop specific actions. It will help to check weird race conditions as stated here and also to better debug features.

w8lxrddfsp 1

Source of the demo

Skip multiple actions at once (gaearon/redux-devtools-log-monitor#47)

Hold shift key while toggling actions:

esdgtjsq8g

Persist states right from the extension (#276)

By toggling the Persist button, the states won't be removed from the monitor on unloading the page and will be restored on reload:

chaoxsnw6a

Other fixes and improvements: