(no title)
bunkat | 9 years ago
My particular app is read heavy and so I can eliminate the majority of the server calls altogether via caching. While GraphQL would help me fetch only the data I need on each page and decouple the data access, I don't see how I reuse objects across pages without interrogating the GraphQL queries. I haven't given it all that much thought though so maybe I'm missing something.
syrusakbary|9 years ago
https://github.com/facebook/dataloader
mparis|9 years ago
mparis|9 years ago