@apollo/client-react-streaming
Version:
This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [@apollo/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) pac
22 lines (12 loc) • 1 kB
Markdown
# `/client-react-streaming`
This package provides building blocks to create framework-level integration of Apollo Client with React's streaming SSR. See the [/client-integration-nextjs](https://github.com/apollographql/apollo-client-integrations/tree/main/packages/nextjs) package as an example.
It can also be used to use Apollo Client with a custom streaming SSR setup, e.g. with Vite. See the [vite streaming integration test](https://github.com/apollographql/apollo-client-integrations/tree/main/integration-test/vite-streaming) as an example.
## Apollo Client Skill
Give your AI agent specialized Apollo Client knowledge and setup guidance:
```sh
npx skills add apollographql/skills --skill apollo-client
```
## Documentation
You can find the full API Documentation here:
[API Documentation](https://github.com/apollographql/apollo-client-integrations/blob/main/docs/client-react-streaming.md)
We will add more documentation as part of the Apollo Client documentation soon.