Skip to content

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.

License

Notifications You must be signed in to change notification settings

Jc160/redux-nested-bind-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example

bindActionCreators

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published