<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: manen</title>
    <description>The latest articles on DEV Community by manen (@manen).</description>
    <link>https://dev.to/manen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F497537%2Fb5ff5e61-aeea-4f71-b834-8d24ed65d4e1.jpg</url>
      <title>DEV Community: manen</title>
      <link>https://dev.to/manen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manen"/>
    <language>en</language>
    <item>
      <title>Updating my website</title>
      <dc:creator>manen</dc:creator>
      <pubDate>Fri, 23 Oct 2020 19:59:53 +0000</pubDate>
      <link>https://dev.to/manen/updating-my-website-3goo</link>
      <guid>https://dev.to/manen/updating-my-website-3goo</guid>
      <description>&lt;h1&gt;
  
  
  Why
&lt;/h1&gt;

&lt;p&gt;Since I've made &lt;a href="https://manen.herokuapp.com/"&gt;my website&lt;/a&gt;, I've been thinking of why I've made it that way. It's a &lt;a href="https://nodejs.org/"&gt;Node.js&lt;/a&gt; server, running on &lt;a href="//heroku.com"&gt;Heroku&lt;/a&gt;, which uses &lt;a href="https://expressjs.com/"&gt;Express&lt;/a&gt; for serving, and runs &lt;a href="https://ejs.co/"&gt;EJS&lt;/a&gt; to do the server-side rendering. I made it this way, because, let's be honest, that was the only one I knew how to use enough to make a very simple website like that.&lt;br&gt;
Saying that I've regretted that is a large understatement. So logically, if it kinda sucks, we gotta make it better.&lt;/p&gt;

&lt;h1&gt;
  
  
  How
&lt;/h1&gt;

&lt;p&gt;I'm planning to use &lt;a href="https://firebase.google.com/"&gt;Firebase&lt;/a&gt;'s &lt;a href="https://web.app/"&gt;hosting solution&lt;/a&gt;, with &lt;a href="https://reactjs.org/"&gt;React&lt;/a&gt;, using &lt;a href="https://github.com/facebook/create-react-app#readme"&gt;Create React App&lt;/a&gt;. I know, I'm dumb, because making a static site using React is not performant, and others, and yeah I really don't have an excuse here, only that I want to learn React, and I think this would be a great exercise. I'd also like to keep something like the &lt;a href="https://manen.herokuapp.com/api/"&gt;old site's API&lt;/a&gt;, which should be easy, but it does require code to be run on the server or the client, to fetch the API, and since the server is only doing hosting it'll have to run on the client, making React a pretty good fit.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>ejs</category>
    </item>
  </channel>
</rss>
