<?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: Ido Samuelson</title>
    <description>The latest articles on DEV Community by Ido Samuelson (@ibootstrapper).</description>
    <link>https://dev.to/ibootstrapper</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%2F783894%2Fcaf44322-a157-45c5-ad1f-ae1677f48922.png</url>
      <title>DEV Community: Ido Samuelson</title>
      <link>https://dev.to/ibootstrapper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ibootstrapper"/>
    <language>en</language>
    <item>
      <title>A thought I had..</title>
      <dc:creator>Ido Samuelson</dc:creator>
      <pubDate>Sat, 01 Jan 2022 08:25:35 +0000</pubDate>
      <link>https://dev.to/ibootstrapper/a-thought-i-had-37op</link>
      <guid>https://dev.to/ibootstrapper/a-thought-i-had-37op</guid>
      <description>&lt;p&gt;What was the reason react decided to create a jsx syntax rather use something like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const h1 = (str) =&amp;gt; &amp;lt;h1&amp;gt;{str}&amp;lt;/h1&amp;gt;;
const h2 = (str) =&amp;gt; &amp;lt;h2&amp;gt;{str}&amp;lt;/h2&amp;gt;;
const div = (arr) =&amp;gt; &amp;lt;div&amp;gt;{arr}&amp;lt;/div&amp;gt;;

const world = "world!"

const pureReactElement = div([
    h1("hello "),
    h2(world)
]);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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