-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Cristian Cortez edited this page Nov 21, 2016
·
3 revisions
Welcome to the terminal-recorder wiki!
Improvements
It uses a slider based on react-slider to slide between different recorded actions. It also features play/pause/step-through, which is inspired by some very cool Elm examples.
Note From: redux-slider-monitor
Ideas:
- Implement react-slider / Demo
- Batch Actions using reducer response / dan_abramov tweet
- Undo / Redo Actions with Redux: higher order reducer to add undo/redo functionality to redux state containers redux-undo