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

Allow user to select different replay speeds

calesce opened this issue · comments

Options could be something like: Real time (variable), Fast (every 100ms), Medium (every 500ms), and Slow (every second). Will need to add some sort of <select/> element.

Have a simple button in place that toggles between speeds. Will work on improving its look & feel later.