Skip to content

apollographql-education/odyssey-apollo-client-caching

Repository files navigation

(Odyssey Course) Apollo Client: Caching

Welcome to the starter code for Apollo Client: Caching. You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

In this course, we'll explore the various features of the Apollo Client cache. We'll use type policies, client-only fields, and the built-in caching APIs to read and manipulate data directly in the cache.

Getting started

Clone this repository, then open a new terminal to the root of the project.

First, install dependencies.

npm install

Next, boot up the app.

npm start

This launches the app at http://localhost:3000. Feel free to browse and play around!

Install extensions

Install Google Chrome browser extensions

Throughout the course, we'll be using Google Chrome along with a few helpful browser extensions to support our client development

With that, you're good to go! See you on Odyssey.

About

The starter code for the Odyssey course Apollo Client: Caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages