State Management
posts (4)
- 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.
- 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.
- 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.
- 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.