[Question] What is the difference between rehydrate
and hydrate
#13606
-
Hello everyone,
I am trying to wrap my head around to understand how ssr works in general, but whenever I read an article about it I see Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think often they are used interchangeably throughout the React/SSR community. (re)hydration is when you have a server rendered HTML document and on the client side React attempts to attach event listeners to the existing markup.
|
Beta Was this translation helpful? Give feedback.
I think often they are used interchangeably throughout the React/SSR community.
(re)hydration is when you have a server rendered HTML document and on the client side React attempts to attach event listeners to the existing markup.
Put another way: