React Relay
Learning this at Datacurve.
Relay is a data management library for React that lets you fetch and update data with GraphQL.
For the best performance, you want your app to issue a single request at the beginning of each screen or page instead of having individual components issue their own requests.