Skip to content
Discussion options

You must be logged in to vote

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:

Rehydration in isomorphic web apps involves re-generating state client-side used to render a page on the server. After rendering HTML, hydration is processing inline JSON state stores client-side (e.g Redux state) for data already in the page and attaching DOM event listeners for the experience.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nstfkc
Comment options

Answer selected by nstfkc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants