Yep, you'll want to check out the docs for react-redux here: github.com/reactjs/react-redux/blob/master/docs/a…
In particular, pay attention to mapDispatchToProps, which can take either a function or an object. If you give it an object as a map to your action creators as values these functions will be automatically wrapped in dispatch for you. ;-)