React Actions Recorder(a Redux clone)
Demo http://repo.tiye.me/actions-recorder/
Introduction: https://medium.com/cumulo-project/react-actions-recorder-is-like-redux-50f27a0d91d8
This project is maintained at https://github.com/teambition/actions-recorder
Buttons:
- Travel/Back: turn on/off debugger
- Commit: merge actions in records into initial state
- Reset: clear records
- Discard: clear records after current pointer
- : set pointer to a record
Usage
npm i --save actions-recorder
Get recorder
:
recorder = require 'actions-recorder'
Get controller in Webpack:
# for component
recorderController = require 'actions-recorder/lib/panel/controller'
# for styles
require 'actions-recorder/style/actions-recorder.css'
Find more at https://github.com/teambition/actions-recorder
Development
https://github.com/mvc-works/webpack-workflow
License
MIT