redux-act-async icon indicating copy to clipboard operation
redux-act-async copied to clipboard

Reduce boilerplate for redux async actions and reducers

Results 4 redux-act-async issues
Sort by recently updated
recently updated
newest added

Let’s get started with automated dependency management for redux-act-async :muscle: πŸ”’ Greenkeeper has found a `package-lock.json` file in this repository. Greenkeeper supports lockfile updates for public packages. If you use...

greenkeeper

I tried to use feature `extraArgument` from `redux-thunk` and it doesn't work in that way :( ## https://github.com/FredericHeem/redux-act-async/blob/master/src/createActionAsync.js#L47 https://github.com/gaearon/redux-thunk/blob/master/src/index.js#L4

``` (node:80559) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): AssertionError: expected undefined to equal 'ciccio' (node:80559) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not...