Skip to content

Instantly share code, notes, and snippets.

@bmind12
Created April 5, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmind12/a3e0d373953b4bab42b26fad2f7884c3 to your computer and use it in GitHub Desktop.
Save bmind12/a3e0d373953b4bab42b26fad2f7884c3 to your computer and use it in GitHub Desktop.
Extension of an Action Creator within mapDispatchToProps function
export default connect(null, (dispatch, ownProps) => ({
addComment: (comment) => dispatch(addComment(comment, ownProps.articleId))
}))(CommentForm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment