With React and Relay, a developer can add GraphQL query fragments in each React component and Relay understands to build a hierarchy of the required data in the store.
https://facebook.github.io/relay/docs/guides-containers.html#containers-are-higher-order-components
https://facebook.github.io/relay/docs/thinking-in-relay.html#data-components-aka-containers
I read that the apollo-client aims to have "Query aggregation from your UI tree". Is the meaning the same thing?
Scott
Duplicate of #148
Yep, that's the same thing!
Thanks for the clarification!
Scott
Most helpful comment
Duplicate of #148
Yep, that's the same thing!