<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ssg on Jack Brown</title>
    <link>https://jtbrown.me/tags/ssg/</link>
    <description>Recent content in Ssg on Jack Brown</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Wed, 20 Mar 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jtbrown.me/tags/ssg/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Web Rendering Strategies</title>
      <link>https://jtbrown.me/posts/solution-architecture/web-rendering/</link>
      <pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://jtbrown.me/posts/solution-architecture/web-rendering/</guid>
      <description>&lt;h2 id=&#34;client-side-rendering-csr&#34;&gt;Client-Side Rendering (CSR)&lt;/h2&gt;
&lt;p&gt;Client-Side Rendering (CSR) is a web rendering strategy where the content of a webpage is generated in the browser using JavaScript. Upon visiting the website, the user&amp;rsquo;s browser downloads a minimal HTML page, the JavaScript required to render the content, and then executes the JavaScript to generate the webpage dynamically. This approach is widely used in Single Page Applications (SPAs) for its fluid, app-like user experience.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://jtbrown.me/img/posts/csr.png&#34; alt=&#34;CSR&#34;  /&gt;
&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
