Articles

Server‑side Rendering

Serverside rendering (SSR) is a web development technique which generates HTML pages usually composed in JavaScript on the server rather than clientside (in the browser). In response to a user request, the server compiles the HTML, and sends a fullyrendered page to the client. This improves performance and SEO by ensuring content is quickly accessible and easily indexed by search engines.

Below you will find a subset of articles from my blog specifically about Server‑Side Rendering. Although this is a topic I've been working with for many years, it's fair to say that I've not written about it often. I've only managed to publish six articles about it, which you can see and read below.