sagamegadrive
v0.1.2-beta.5
Published
Experimental 100% redux-saga driven reactjs experience.
Readme
Saga Mega Drive
Experimental 100% redux-saga driven reactjs experience.
Install
npm install --save sagamegadriveExamples
- Counter:
- Clone this repo
cdexamples/counternpm install && npm run build && npm run serve- Open browser at
localhost:5000
TODO
- Wrap each generator action and check if there was nothing but
SET_STATE, and if so, then don't push 'completed' action. - Make put & receive 'completed' to make replacement for 'call' that will be traceable in log.
