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.

fix docs advanced-server-side-rendering (#713)

authored by

vincent and committed by
GitHub
9be9b306 47372e2f

+1 -1
+1 -1
docs/advanced/server-side-rendering.md
··· 34 34 initialState: !isServerSide ? window.__URQL_DATA__ : undefined, 35 35 }); 36 36 37 - const client createClient({ 37 + const client = createClient({ 38 38 exchanges: [ 39 39 dedupExchange, 40 40 cacheExchange,