Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.
Apollo Client helps you structure code in an economical, predictable, and declarative way that’s consistent with modern development practices. The coreย @apollo/client
library provides built-in integration with React, and the larger Apollo community maintainsย integrations for other popular view layers.