Created
October 5, 2016 09:46
-
-
Save mattiamanzati/b0e8c3f0495e8ff94abe6465ceea0508 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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