Miško Hevery

Hydration is Pure Overhead

Screenshot of “Hydration is Pure Overhead”

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.