You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I validate that SSR and Hydration is working correctly?
From the outside, it looks like it's just loading everything again client side, if SSR is even happening (in a next.js app router project). Is it possible to validate that data is going through the proper chain:
Loading server side during dynamic rendering (of "use client" components)
Serializing for delivery, to send to client
Properly hydrating client side, without refetching
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do I validate that SSR and Hydration is working correctly?
From the outside, it looks like it's just loading everything again client side, if SSR is even happening (in a next.js app router project). Is it possible to validate that data is going through the proper chain:
Beta Was this translation helpful? Give feedback.
All reactions