DEV Community

John Ding
John Ding

Posted on

graphQL: refetch vs update

When To Use Refetch Queries in Apollo Client

https://www.apollographql.com/blog/apollo-client/caching/when-to-use-refetch-queries/

https://danreynolds.ca/tech/2020/05/04/Apollo-3-Client-Cache/

Fetch Policy:
https://medium.com/@galen.corey/understanding-apollo-fetch-policies-705b5ad71980

Use Apolloe Client 3 as a state management solution
https://www.apollographql.com/blog/apollo-client/caching/dispatch-this-using-apollo-client-3-as-a-state-management-solution/

Demystifying Cache Normalization
https://www.apollographql.com/blog/apollo-client/caching/demystifying-cache-normalization/

Top comments (0)