Konrad Kowalski (rootsher)Principal Platform & Reliability Architect100010101111111101010111011001000110011101011111

Routing

posts (2)

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

    SPA and CSR: when the browser took over the application

    The browser downloads the document once and manages screen transitions itself. The frontend stops being a presentation layer and becomes a long-lived runtime.

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

    Server-rendered web: before the frontend became an application

    The server assembled a full document for every request and the browser was a document renderer. A simple model, as long as the whole document could be the unit…