Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(next): Enable suspense in non-rsc example (#3364)

authored by

Fabio Mont Alegre and committed by
GitHub
7ee36788 64315114

+1
+1
docs/advanced/server-side-rendering.md
··· 238 238 const client = createClient({ 239 239 url: 'https://trygql.formidable.dev/graphql/web-collections', 240 240 exchanges: [cacheExchange, ssr, fetchExchange], 241 + suspense: true, 241 242 }); 242 243 243 244 export default function Layout({ children }: React.PropsWithChildren) {