Skip to content

Instantly share code, notes, and snippets.

@cj3kim
Created June 18, 2016 22:26
Show Gist options
  • Save cj3kim/32cb0e0be6c1655f2cb0a4c2cc70bba6 to your computer and use it in GitHub Desktop.
Save cj3kim/32cb0e0be6c1655f2cb0a4c2cc70bba6 to your computer and use it in GitHub Desktop.
export default connect(
state => ({ number: state.count.number }),
{ increase, decrease }
)(Home)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment