-
Server sider rendered vs Single Page Application
2020-02-05
Most modern websites are now "single page application" (SPA). That means they are "rendered" once by the client and then only updated when something is modified. The biggest impact of performance when loading a website is the static data that is delivered with each website: html, css, images, fonts. In the SPA model, these static resources are only sent once and then, with each new information the client gets from the server, it adjusts the html accordingly.…more
#Tech in Laymans#single page application#server side rendering#web technologies