apollo-client.md

July 15, 2021 · View on GitHub

Bookmarks tagged [apollo-client]

www.codever.land/bookmarks/t/apollo-client

GraphQL: The Mental Model — Dhaivat Pandya - 21min

https://www.youtube.com/watch?v=zWhVAN4Tg6M

Explains the Graph part in GraphQL and how Apollo Client handles caching and the assumptions it makes.


GraphQL Concepts Visualized - Apollo Blog

https://www.apollographql.com/blog/the-concepts-of-graphql-bc68bd819be3/

GraphQL is often explained as a “unified interface to access data from different sources”. Although this explanation is accurate, it doesn’t reveal the underlying ideas or the motivation behind GraphQ...