zalmoxisus / remotedev-slider

Redux DevTools Slider monitor with remote reports
MIT License
1 stars 2 forks source link

Add auto repeating feature #2

Open koba04 opened 6 years ago

koba04 commented 6 years ago

redux-devtools-extension gives me a great DX! Thank you for your work! When I use redux-devtools-extenstion to debug my application, I'd like to repeat actions again and again. Operating this manually is a bit bother. So This PR is to add a button to repeat actions.

remote-dev

This design is still work in progress. What do you think?

koba04 commented 6 years ago

This feature is very useful with HMR. BTW, it would be nice if there was a feature to play actions automatically when a page is loaded, which would be useful with live reload.