<?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: Shadow5084</title>
    <description>The latest articles on DEV Community by Shadow5084 (@shadow5084).</description>
    <link>https://dev.to/shadow5084</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%2F294359%2F1f8d244e-3d92-4ab9-87cd-c5690443ca94.jpeg</url>
      <title>DEV Community: Shadow5084</title>
      <link>https://dev.to/shadow5084</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shadow5084"/>
    <language>en</language>
    <item>
      <title>Why is React not dynamic?</title>
      <dc:creator>Shadow5084</dc:creator>
      <pubDate>Fri, 08 May 2020 09:44:43 +0000</pubDate>
      <link>https://dev.to/shadow5084/why-is-react-not-dynamic-7l4</link>
      <guid>https://dev.to/shadow5084/why-is-react-not-dynamic-7l4</guid>
      <description>&lt;p&gt;Why is it so complicated to add dynamicly elements to a React-Component?&lt;/p&gt;

&lt;p&gt;What i mean:&lt;br&gt;
JS: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;let div = document.createElement("div");&lt;/li&gt;
&lt;li&gt;container.appendChild(div);&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;React:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; &lt;/li&gt;
&lt;li&gt;{this.state.show?: "nothing to show"} &lt;/li&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you know any solution for my struggeling with React?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>What is the beste Javascript-Framework for building native mobile Apps?</title>
      <dc:creator>Shadow5084</dc:creator>
      <pubDate>Mon, 09 Mar 2020 14:51:33 +0000</pubDate>
      <link>https://dev.to/shadow5084/what-is-the-beste-javascript-framework-for-building-native-mobile-apps-4p0m</link>
      <guid>https://dev.to/shadow5084/what-is-the-beste-javascript-framework-for-building-native-mobile-apps-4p0m</guid>
      <description>&lt;p&gt;Which Framework is the best for easy native mobile Apps with Javascript? &lt;em&gt;Ionic, Nativescript, React-Native, ...&lt;/em&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
