13 字
1 分钟
SSR
SSR
window.__APOLLO_STATE__ = JSON.stringify(client.cache.extract())
const client = new ApolloClient({ cache: new InMemoryCache().restore(window.__APOLLO_STATE__), link,})window.__APOLLO_STATE__ = JSON.stringify(client.cache.extract())
const client = new ApolloClient({ cache: new InMemoryCache().restore(window.__APOLLO_STATE__), link,})