Apollo Client
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5.0
- age_days: 3841
- days_rel: 20
- days_push: 7
- n_releases_24m: 73
Adoption not part of the score
19811 stars · 2876 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Apollo Client is a comprehensive GraphQL client library for TypeScript and JavaScript, with first-class support for React, Vue, Angular, Svelte, and more. It provides intelligent zero-config caching, declarative data fetching APIs, local state management, and developer tools for building data-driven applications.
Use cases
- fetch and cache GraphQL data in a React app
- manage client-side local state alongside server data
- add GraphQL queries and mutations to a Vue or Angular application
- implement pagination for infinite scrolling lists
- server-side render a React app with GraphQL data
- handle GraphQL subscriptions over websockets
- build a fullstack app with a GraphQL API and typed client
When to choose
- your frontend consumes a GraphQL API and needs normalized caching
- you want typed queries and mutations with full TypeScript support
- you need local state management integrated with server data
- you use React (including Suspense and React 19 features) or another major framework
- you want mature tooling like devtools, mocking, and persisted queries
When to avoid
- your backend exposes only REST APIs with no GraphQL layer
- you want a minimal fetch layer without caching or state management
- your project is a small script where a plain fetch call suffices
- you need a GraphQL server rather than a client
Facets
library · maturity stable
graphql-client graphql caching state-management http-client developer-tools web-development frontend apis developer-tools browser cross-platform graphql react vue angular typescript data-fetching cache suspense ssr apollo javascript nodejs web-server
10 sources
- readme: https://github.com/apollographql/apollo-client · fetched 2026-08-28 · 7da7e0f1c008
- homepage: https://apollographql.com/client · fetched 2026-08-29 · d2f99fcba354
- site_page: https://www.apollographql.com/docs · fetched 2026-08-29 · 364c62c8f651
- site_page: https://www.apollographql.com/docs/graphos/platform · fetched 2026-08-29 · 37075c61d8dc
- site_page: https://www.apollographql.com/docs/graphos/connectors · fetched 2026-08-29 · 1f61a62ae86b
- site_page: https://www.apollographql.com/docs/graphos/schema-design · fetched 2026-08-29 · f47664f9ba05
- site_page: https://www.apollographql.com/docs/rover · fetched 2026-08-29 · 1186ae807cee
- site_page: https://www.apollographql.com/docs/graphos/routing · fetched 2026-08-29 · e446bd6a11e6
- site_page: https://www.apollographql.com/docs/apollo-operator · fetched 2026-08-29 · 22bed19bd33c
- registry_npm: https://registry.npmjs.org/graphql-tag · fetched 2026-08-29 · 5e2fe3d19601
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apollographql/apollo-client | main | 94 |
| apollographql/react-apollo | frontend | 10 |
| apollographql/graphql-tag | sdk | 80 |
| apollographql/apollo-client-devtools | plugin | 92 |
| apollographql/apollo-link | sdk | 10 |
| apollographql/apollo-cache-persist | plugin | 65 |
| apollographql/apollo-link-state | plugin | 10 |
| apollographql/fullstack-tutorial | examples | 32 |
For agents
markdown · JSON · MCP: product_card(name="apollographql/apollo-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem