@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
14 lines (7 loc) • 833 B
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.
## 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.