How to Leverage Apollo Client Fetch Policies Like the Pros - This Dot Labs - This Dot Labs
Briefly

Apollo Client utilizes a local, normalized, in-memory cache by default, delivering instant responses to most requests. However, fetch policies can be modified to control behavior based on individual query executions.
The cache-first policy, default for Apollo Client, minimizes server requests by retrieving data from the cache. Yet, it may not suit cases like social media feeds or real-time tracking apps, which require the latest data from the server.
Read at www.thisdot.co
[
]
[
|
]