Hydration without the double fetch
The single most common Angular SSR defect we find: the server renders a page, then the browser re-fetches the same data to hydrate it. Googlebot pays for both. TransferState serialises the server's response into the document so the client reads it instead of re-requesting — and it is also what stops the content flickering out and back in on hydration.












