Konrad Kowalski (rootsher)Principal Platform & Reliability Architect110100101010111010111101110011111101001000110111

Closure

posts (2)

  1. Frontend Rendering: from server-side pages to hybrid rendering15/17

    Resumability: what if we don't hydrate at all?

    The server records enough information that the client never rebuilds the component tree. Code loads because execution became necessary.

  2. Frontend Rendering: from server-side pages to hybrid rendering6/17

    Hydration: connecting HTML with a working application

    The server sends the result of rendering, not the application. The browser has to rebuild the component tree and wire it to the existing DOM.