Miško Hevery
Hydration is Pure Overhead
https:/
The re-execution of code on the client that the server already executed as part of SSR/SSG is what makes hydration pure overhead: that is, a duplication of work by the client that the server already did. The framework could have avoided the cost by transferring information from the server to the client, but instead, it threw the information away.
-
older link:
Minimal Social Markup -
newer link:
Prevent layout shifts with CSS grid stacks