6 Replies
Can you be more specific?
Basically, when using server side rendering, your react code renders html. If you load that html in the browser, the html won't be connected to react. When you hydrate the app, react will attach event listeners to the existing html that was already rendered, making it more interactive.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
This article is beyond me -- what should I read first so that I will be able to understand it?
Thank you. I will read through your repository. I get the feeling it is lightyears ahead of me though
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View