1. 2
    Why have a client-side GraphQL cache?
    5m 11s

Why have a client-side GraphQL cache?

Share this video with your friends

Send Tweet

In this lesson, we'll look at how Apollo's client side cache can immediately benefit us, without any special configuration. We'll see how it remembers what data we received from the backend for a specific query and a specific set of variables, and then it pulls those results instantly from the in memory cache, should they be needed again. It minimises network requests and this results in the app being as fast as possible.