Created
August 7, 2017 21:49
-
-
Save shadaj/38f1d8c922c23d6f83e75d03633fbdb0 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
ReactDOM.render( | |
ApolloProvider(ApolloProvider.Props(client))( | |
div( | |
PostsView.WithData(()) // we pass in () because there are no variables for the query | |
) | |
), | |
reactContainer | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment