0.1.2-beta.5 • Published 6 years ago

sagamegadrive v0.1.2-beta.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Saga Mega Drive

Experimental 100% redux-saga driven reactjs experience.

Install

npm install --save sagamegadrive

Examples

  • Counter:
    • Clone this repo
    • cd examples/counter
    • npm 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.