Source code of hydration process #10781
Answered
by
timneutkens
lubiikpupiik
asked this question in
Help
-
Hi. ! I want to take a look on hydration process in next.js, but there isn't any kind of docs for that 😢 So i wanted to take a look on hydration in the source code. I am mostly interested into the part, where next compares the prerendered HTML from server to the frontend HTML generated by js. Any suggestions would be helpful. ✌️ Thanks and have a beautiful day 🦋 |
Beta Was this translation helpful? Give feedback.
Answered by
timneutkens
Mar 2, 2020
Replies: 1 comment 2 replies
-
It's located here: https://github.com/zeit/next.js/blob/canary/packages/next/client/index.js#L318 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Timer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's located here: https://github.com/zeit/next.js/blob/canary/packages/next/client/index.js#L318