Frontend Rendering: from server-side pages to hybrid rendering1/17Server-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…