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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Aim: We use background fetch to keep an up-to-date cache of the initial home and user creds.
How: On the fetch, we download a query then store the details to the FS, then we can use the new prefetching in Relay Modern to fill the cache before the JS runtime is up and running.
Tricky: There's no docs we can find so far
The text was updated successfully, but these errors were encountered:
The context of that thread is rehydration and the linked to comment also very much seems to be about serializing/deserializing a full Relay store, i.e. one that has data loaded on the server-side and then continues to use that on the client-side.
Aim: We use background fetch to keep an up-to-date cache of the initial home and user creds.
How: On the fetch, we download a query then store the details to the FS, then we can use the new prefetching in Relay Modern to fill the cache before the JS runtime is up and running.
Tricky: There's no docs we can find so far
The text was updated successfully, but these errors were encountered: