Daniel Zlotnik
Daniel Zlotnik
Thanks for this @klarstrup ! This is still an opt-out of [SSR-streaming](https://github.com/reactwg/react-18/discussions/37) though as we await for `onAllReady`. Really hope Urql & React will sort out `Suspense` for data-fetching soon,...
@kitten I may have completely misunderstood [Suspense for data-fetching](https://reactjs.org/blog/2022/03/29/react-v18.html#suspense-in-data-frameworks) then :) The way I understood / imagined it - once Suspense is ready to handle any async operation and not...
We've had the same issue, consolidating all of our Apollo dependency hell onto `@apollo/client` (as described [here](https://github.com/apollographql/react-apollo#react-apollo)), and using ``` import { getDataFromTree } from '@apollo/client/react/ssr'; ``` Solved it for...