0.11.1 • Published 8 years ago

redux-machine-examples v0.11.1

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

redux-funk-examples

forked from redux-saga

Examples of using redux-funk.

$ npm install

counter example

$ npm run counter

# sample test
$ npm run test-counter

cancellable-counter example

$ npm run cancellable-counter

# sample test
$ npm run test-cancellable-counter

shopping-cart example

$ npm run shop

# sample test
$ npm run test-shop

async example

$ npm run async

# sample test
$ npm run test-async