Replies: 1 comment
-
You are absolutely right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
on
data is prefetched, as intended by hydration.
now on a more complex case,
how would one select the data to get prefetched beforehand?
does the client do any fetching?
how does it work with loadable components?
i am not sure how to apply this to a real case scenario where there are more than one endpoint specified.
what would be your recommendation?
@StopNGo
ps:
i ask this in relation to the inability to unsubscribe from the data provided.
maybe i am not getting a central concept here.
pps:
it could be that
apiRequest.tsx
is just an example on how to incorporate api request on ssr, and is not necessary at all to get ssr going.Beta Was this translation helpful? Give feedback.
All reactions