apollo-client

apollo client

apollographql 98 ↓ 3.9k MIT updated 1mo ago
Claude Code
View source ↗

What it does

  • Client-Side Apps - For client-side React applications without SSR (Vite, Create React App, etc.)
  • Next.js App Router - For Next.js applications using the App Router with React Server Components
  • React Router Framework Mode - For React Router 7 applications with streaming SSR
  • TanStack Start - For TanStack Start applications with modern routing
  • TypeScript Code Generation - GraphQL Code Generator setup for type-safe operations
  • Queries - useQuery, useLazyQuery, polling, refetching
  • Suspense Hooks - useSuspenseQuery, useBackgroundQuery, useReadQuery, useLoadableQuery

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

apollo client

Source

Repository: https://github.com/apollographql/skills

apollo-client FAQ

What does the apollo-client skill do?

> Guide for building React applications with Apollo Client 4.x. Use this skill when: (1) setting up Apollo Client in a React project, (2) writing GraphQL queries or mutations with hooks, (3) configuring caching or cache policies, (4) managing local state with reactive variables, (5) troubleshooting Apollo Client errors or performance issues. Client-Side Apps - For client-side React applications without SSR (Vite, Create React App, etc.) Next.js App Router - For Next.js applications using the App Router with React Server Components

How do I install apollo-client?

Run: npx -y skills add https://github.com/apollographql/skills --skill apollo-client --agent claude-code — the source lives at github.com/apollographql/skills.

Maintain apollo-client?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[apollo-client on getagentictools](https://getagentictools.com/skills/apollographql-skills-apollo-client?ref=badge)
npx agentictools info skills/apollographql-skills-apollo-client

The second line is the CLI lookup for this page — handy in READMEs and docs.