Konrad Kowalski (rootsher)Principal Platform & Reliability Architect100110111000100010100010101111001011011100100111

Personalizacja

posts (2)

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

    Partial Prerendering: one page, several clocks

    The route stops being the unit of decision. A static shell is produced earlier, dynamic fragments arrive at request time or through the stream.

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

    SSR returns: the server renders HTML again

    The server renders the first view not to make the frontend disappear, but to make content exist earlier. The rest of the cost stays on the client.