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

Replay in `live` gone?

amannn opened this issue · comments

I noticed the live feature is gone. This was really helpful for me. Is there a particular reason why this was removed?

screen shot 2016-12-09 at 15 58 17

I think the Redux DevTools extension is using a different slider component. cc @zalmoxisus

Yes, as @calesce noted, it is using remotedev-slider. Doesn't .5x have the same effect as live? Do we need a lower value?

I might be misunderstanding the role of live, but if there will be no delay, how we'll see the intermediate states?

Also unlike vanilla Redux DevTools, the extension is in different process from the client app. So, it will always take some milliseconds to communicate (to serialize and parse the message).

Oh, sorry about the issue then. I'll continue the discussion in the other repo.