Skip to content

Instantly share code, notes, and snippets.

@shadaj
Created August 7, 2017 21:49
Show Gist options
  • Save shadaj/38f1d8c922c23d6f83e75d03633fbdb0 to your computer and use it in GitHub Desktop.
Save shadaj/38f1d8c922c23d6f83e75d03633fbdb0 to your computer and use it in GitHub Desktop.
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