<?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: JZechy</title>
    <description>The latest articles on DEV Community by JZechy (@jzechy).</description>
    <link>https://dev.to/jzechy</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%2F628265%2F94767fd6-6fd3-40bd-830c-8851036bd9ff.jpeg</url>
      <title>DEV Community: JZechy</title>
      <link>https://dev.to/jzechy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jzechy"/>
    <language>en</language>
    <item>
      <title>Data structure for react app</title>
      <dc:creator>JZechy</dc:creator>
      <pubDate>Sun, 09 May 2021 10:20:38 +0000</pubDate>
      <link>https://dev.to/jzechy/data-structure-for-react-app-2aln</link>
      <guid>https://dev.to/jzechy/data-structure-for-react-app-2aln</guid>
      <description>&lt;p&gt;I have written in react &lt;a href="https://zechy.cz/satisfactory/#/"&gt;tool for Satifactory game&lt;/a&gt;, which is just serverless one-page manager. The tool have something like "inner database", which is holding info about game objects, like buildings and recipes.&lt;/p&gt;

&lt;p&gt;Now it is only a JSON files where is everything stored. But I am thinking...&lt;/p&gt;

&lt;p&gt;If there some sort of database for react, where I could write these data? I would like something which will be a little more easier to maintain.&lt;/p&gt;

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