Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 353 Bytes

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