Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created December 5, 2018 14:29
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 Jahans3/74ad5c348fba7a43aca8197c9abe8f39 to your computer and use it in GitHub Desktop.
Save Jahans3/74ad5c348fba7a43aca8197c9abe8f39 to your computer and use it in GitHub Desktop.
return (
<StateConsumer mapState={state => ({ greeting: state.greeting })} mapDispatch={dispatch => dispatch}>
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment