Konrad Kowalski (rootsher)Principal Platform & Reliability Architect110110100110111111010011010011101010111110100100

Main thread

posts (3)

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

    Selective and progressive hydration: not everything deserves CPU now

    Hydration stops being one startup task. Client CPU becomes a resource allocated by priority and by the user's real intent.

  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.

  3. Frontend Rendering: from server-side pages to hybrid rendering4/17

    The cost of shipping the application to the browser

    Transfer size is the first cost, not the only one. What counts is the work the device must do before the application becomes usable.