Skip to content

A small React app that focuses on the client-side implementation of GraphQL using the Apollo client.

Notifications You must be signed in to change notification settings

hkolsen/react-apollo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploration with the Apollo Client

This project is based on the GraphQL Apollo Client Course featured as a free Community Resource on Egghead.io. I refactored the app to use functional components and hooks instead of classes.

In order to run the client you need to seed the DB and run the server beforehand.

cd server
yarn
yarn seed
yarn start:slow

Then install your dependencies and run the app on your localhost.

yarn
yarn start

About

A small React app that focuses on the client-side implementation of GraphQL using the Apollo client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published