<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ssr on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/ssr/</link>
    <description>Recent content in Ssr on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 05 Feb 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/ssr/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Basics of React server-side rendering with Express.js</title>
      <link>https://juhanakristianblog.netlify.app/posts/basics-of-react-server-side-rendering-with-express-js/</link>
      <pubDate>Sat, 05 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/basics-of-react-server-side-rendering-with-express-js/</guid>
      <description>&lt;p&gt;If you want to develop SEO friendly and fast websites with React, you have two choices: server-side rendering (SSR) or static site generation (SSG).&lt;/p&gt;&#xA;&lt;p&gt;There are some awesome frameworks like &lt;a href=&#34;https://remix.run/&#34;&gt;remix.run&lt;/a&gt; , &lt;a href=&#34;https://nextjs.org/&#34;&gt;next.js&lt;/a&gt;, &lt;a href=&#34;https://astro.build/&#34;&gt;astro&lt;/a&gt; or &lt;a href=&#34;https://www.11ty.dev/&#34;&gt;11ty&lt;/a&gt;, which allow you to use one of (or both) techniques. So if you&amp;rsquo;re building a production app, I recommend using one of them because server-side rendering is quite hard to get right.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;But&lt;/strong&gt; if you want to understand how it works and what is happening under the hood in these frameworks, you definately should try it out. This article will focus on how SSR works and we will also go through a simple example of using SSR.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
