react-apollo-client-example icon indicating copy to clipboard operation
react-apollo-client-example copied to clipboard

A minimal React application which is powered by Apollo Client and GitHub's GraphQL API.

react-apollo-client-example

Build Status Slack Greenkeeper badge

A minimal React application using Apollo Client with GitHub's GraphQL API. On the side, React's local state is still used for local data whereas Apollo Client with its queries and mutations is used for remote data. Read more about it here.

Installation

Want to learn more about React + GraphQL + Apollo?