redux-nested-bind-actions
v1.0.1
Published
Turns an object whose values are action creators, into an object with the same keys, but with every function wrapped into a `dispatch` call so they may be invoked directly.
Downloads
4
Readme
Redux Nested Bind Actions
Based on Redux bindActionCreator
Turns an object whose values are action creators, into an object with the same keys, but with every function wrapped into a dispatch
call so they may be invoked directly.
Requirements
- Redux