You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was wondering whether it is supported to send the cache state after SSR to the client and restore the cache on hydration? The issue at the moment is that this happens:
Request SSR page A, fetch data from API
Navigate (client side) to page B
Hit back button to return to page A, data is again fetched because cache is still empty as previously the query was run on the server side.
The text was updated successfully, but these errors were encountered:
pimlie
changed the title
SSR support missing cache state transfer/restore?
SSR support: missing cache state transfer/restore?
May 4, 2020
Hey, thanks for this awesome graphql client!
Was wondering whether it is supported to send the cache state after SSR to the client and restore the cache on hydration? The issue at the moment is that this happens:
The text was updated successfully, but these errors were encountered: