...
/Writing your first React with GraphQL and Apollo Client
Writing your first React with GraphQL and Apollo Client
This lesson briefs you about the application we will build in this chapter.
We'll cover the following...
In this chapter, you will learn how to combine React with GraphQL in your application using Apollo.
The Apollo toolset can be used to create a GraphQL client, GraphQL server, and other complementary applications, but for now, we will use the Apollo Client for your React client-side application. Along the way, we will build a simplified GitHub client that consumes GitHub’s GraphQL API using Apollo instead of using ...