apollo-client
GraphQL state management for React with caching, TypeScript support, and hooks for queries and mutations.
Install
npx skills add https://github.com/apollographql/skills --skill apollo-clientStats
| Total installs | 1,631 |
| Weekly installs | 1.6K |
| GitHub stars | 41 |
| First seen | Jan 23, 2026 |
| Source | @apollographql/skills |
Summary
- Supports multiple React frameworks and setups: client-side apps (Vite, CRA), Next.js App Router with React Server Components, React Router 7 with streaming SSR, and TanStack Start
- Includes hooks for queries (useQuery, useLazyQuery), mutations (useMutation), and Suspense-based patterns (useSuspenseQuery, useBackgroundQuery) for modern React 18+ and 19 applications
- Covers caching strategies with InMemoryCache, typePolicies, fragment colocation, data masking, and cache normalization for optimized performance
- Provides TypeScript code generation setup, error handling patterns, optimistic UI updates, and troubleshooting guidance for common Apollo Client issues
Tags
Related skills
| Skill | Installs | vs apollo-client |
|---|---|---|
| uncodixfy | 1,842 | +211 |
| gsap-core | 1,465 | -166 |
| shopify-expert | 1,516 | -115 |
| flutter-setting-up-on-windows | 1,927 | +296 |
| flutter-setting-up-on-linux | 1,908 | +277 |
FAQ
- How many installs does apollo-client have?
- apollo-client has 1,631 total installs and 1.6K installs this week.
- Where is apollo-client hosted?
- apollo-client is published by @apollographql/skills at https://github.com/apollographql/skills.
- How many GitHub stars does apollo-client have?
- apollo-client has 41 GitHub stars.
- When was apollo-client first indexed?
- OrangeBot.AI first indexed apollo-client on Jan 23, 2026.
- How do I install apollo-client?
- Run: npx skills add https://github.com/apollographql/skills --skill apollo-client