SSR #11958
Unanswered
Antonio-Laguna
asked this question in
Help
SSR
#11958
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.
-
I'm trying to go for SSR with React and was thinking about using Next. From what I can see though, there's no way that there's not a JSON down below on the page that React can hydrate form, right?
My use-case is sort of getting data from GraphQL and/or REST and then rendering.
Afterward, React would take over but just for the interactions as the data wouldn't change at that point.
What I saw is that there's a
__NEXT_DATA__
that throws everything in there. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions