Konrad Kowalski (rootsher)Principal Platform & Reliability Architect111101101111100111000111111111000000011010101110

State Management

posts (4)

  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 rendering14/17

    Islands architecture: interactive fragments in a mostly static document

    The starting point stops being the application. The page is a document, and only the fragments that truly need a client runtime get one.

  3. 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.

  4. Frontend Rendering: from server-side pages to hybrid rendering2/17

    AJAX: the moment a page started behaving like an application

    A request stopped meaning navigation. The browser keeps the current document alive and decides for itself what to do with the server's answer.