Skip to content

mheiber/redux-funk-examples

 
 

Repository files navigation

redux-funk-examples

forked from redux-saga

Examples of using redux-funk for asynchronous effects in Redux apps. You can compare these side-by-side with the Redux Saga examples.

$ 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

About

examples using redux-funk for async effects in Redux reducers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%