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
Is it possible to pre-fetch the data from the queries before the page does a client side render?
Prefetching seems to work fine for SSR but i if transition to another page the graphql queries run after the next page render.
I noticed this didnt happen with https://github.com/lfades/next-with-apollo
The behaviour there is: click on link, query requested and completes, then the page transitions and the next page is rendered with the data.
The text was updated successfully, but these errors were encountered:
Is it possible to pre-fetch the data from the queries before the page does a client side render?
Prefetching seems to work fine for SSR but i if transition to another page the graphql queries run after the next page render.
I noticed this didnt happen with https://github.com/lfades/next-with-apollo
The behaviour there is: click on link, query requested and completes, then the page transitions and the next page is rendered with the data.
The text was updated successfully, but these errors were encountered: