Skip to content

next-urql not prefetching subsequent pages via next/link #2116

Answered by JoviDeCroock
andreialecu asked this question in Q&A
Discussion options

You must be logged in to vote

This is not possible until either first-class support for suspense is present in Next, you can however consider using getServerSideProps/getStaticProps which can circumvent this issue at the cost of being a bit more vigilant when building out your application.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andreialecu
Comment options

Answer selected by andreialecu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants