zalmoxisus/redux-devtools-extension

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

オープン

#132 opened on 2016/06/08

 (0 件のコメント) (16 件のリアクション) (0 人の担当者)JavaScript (1,011 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (13,456 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド