calesce / redux-slider-monitor

A custom monitor for Redux DevTools to replay recorded Redux actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe another monitor?

sergey-lapin opened this issue · comments

I saw your interest with replaying app like cerebral can. This works especially cool with your slider monitor, but I think that export/import of actions/state can be used for a lot of things not only for this use case. So maybe we can collaborate to make redux-export-import-monitor happen, what do you think?

@Lapanoid I'm very interested! I agree in that making it a separate repo would probably be best. I discuss it a little bit here. Basically, DevTools would need to allow for monitors to dispatch the lifted actions itself to make the "import" part possible (unless I'm missing something 😀)