React JS Quiz
Home
Blog
Privacy Policy
Contact Us
useSyncExternalStore Quiz
What should getServerSnapshot return during hydration?
Report this question
The same initial value used to generate the server HTML
Show Explanation
For correct hydration, the server snapshot should match the value used for the server-rendered HTML.
A random value
Always undefined
A DOM element
Next Question (17/20)