rtancman / egghead-react-graphql-apollo-client-course

egghead exercises - React, Graphql and Apollo client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-apollo-client-course

These are the code examples to the free video course GraphQL Data in React with Apollo Client

Course Logo

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


make setup run.server

  1. Setup and Connect an Apollo Client to a React Application with Apollo Provider

make run.server run.lesson1

  1. Fetch Data using the Apollo Query Component

make run.server run.lesson2

  1. Provide Dynamic Arguments in a Apollo Query Component with GraphQL Variables

make run.server run.lesson3

  1. Update Data using the Apollo Mutation component

make run.server run.lesson4

  1. Manage Local State using Apollo by extending the GraphQL Schema on the Client

make run.server run.lesson5

You can find the server located here: https://github.com/nikgraf/graphql-apollo-client-course/tree/master/server

The db stores two JSON files stored in /tmp/recipes.json and /tmp/ingedients.json.

About

egghead exercises - React, Graphql and Apollo client


Languages

Language:JavaScript 78.9%Language:HTML 13.6%Language:CSS 6.8%Language:Makefile 0.7%