redux-modules
redux-modules copied to clipboard
`createActions` is undefined
importing createActions function from the package returns undefined.
examining the repo's src folder reveals that the function has not been exported.
Facing the same issue I found that createActions in the README probably refers to redux-actions, a redux-modules' dependency.
@besrabasant do you know an actively maintained alternative to redux-modules?
Thanks for this library, I really like the idea of reducing react-redux boilerplate, I'm going to try to PR imports additions to the README.
@tadeo You can use redux-actions to compose your actions.