zalmoxisus/redux-devtools-extension

Access (sub)state, diff or action as a variable in console?

Open

#132 创建于 2016年6月8日

在 GitHub 查看
 (0 评论) (16 反应) (0 负责人)JavaScript (1,074 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (13,478 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

It would be very practical to access Redux state or Inspector's Action/Diff from console; the similar way React Dev Tools export the selected component as $r in console (or Chrome exports selected element as $0 in console):

image

The "Chart" view is a nice eye-candy, but in the end, not as pragmatic as being able to programmatically inspect the state.

贡献者指南