urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.57k stars 445 forks source link

docs(next): move ssr and client creation to function body #3368

Closed JoviDeCroock closed 11 months ago

JoviDeCroock commented 11 months ago

Resolves #3367

Summary

When we are streaming the results to the client and the server instance gets re-used we risk leaking results from the ssrExchange across streamed renders.