SSR - Isomorphic Link - Code Generation #7814
Unanswered
codelover2k
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In my current nextjs app, I ship websites, where the initial data-fetch is done at the server.
After that, the client can do additional and custom data fetches
so my getServerSideProps function looks like this:
My question is if there is a plugin, that helps me do generate SSR/ Isomophic Link code for these cases?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions