Skip to content

Instantly share code, notes, and snippets.

@mattiamanzati
Created October 5, 2016 09:46
Show Gist options
  • Save mattiamanzati/b0e8c3f0495e8ff94abe6465ceea0508 to your computer and use it in GitHub Desktop.
Save mattiamanzati/b0e8c3f0495e8ff94abe6465ceea0508 to your computer and use it in GitHub Desktop.
export const view = connect()(
({name}) => <div>
<h3>{name}</h3>
<Counter.view name="Likes" selector={getTopState} />
<Counter.view name="Hates" selector={getBottomState} />
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment