<?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: amrmohammed123</title>
    <description>The latest articles on DEV Community by amrmohammed123 (@amrmohammed123).</description>
    <link>https://dev.to/amrmohammed123</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%2F258188%2F039d45ea-f2c4-4b55-99f6-ec3293e06002.jpeg</url>
      <title>DEV Community: amrmohammed123</title>
      <link>https://dev.to/amrmohammed123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amrmohammed123"/>
    <language>en</language>
    <item>
      <title>React, Redux app folder structure</title>
      <dc:creator>amrmohammed123</dc:creator>
      <pubDate>Fri, 27 Dec 2019 20:47:08 +0000</pubDate>
      <link>https://dev.to/amrmohammed123/react-redux-app-folder-structure-3g19</link>
      <guid>https://dev.to/amrmohammed123/react-redux-app-folder-structure-3g19</guid>
      <description>&lt;p&gt;Hello Guys, I have been searching for a good folder structure for React, Redux apps that is easy to traverse and suitable for large projects. and after some research this what I came up with.&lt;/p&gt;

&lt;p&gt;src/&lt;br&gt;
_&lt;strong&gt;&lt;em&gt;components/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_&lt;strong&gt;&lt;em&gt;component/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;index.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;component.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;component.css&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;component.test.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;sub-component/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_________&lt;strong&gt;&lt;em&gt;index.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_________&lt;strong&gt;&lt;em&gt;sub-component.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_________&lt;strong&gt;&lt;em&gt;sub-component.css&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_________&lt;strong&gt;&lt;em&gt;sub-component.test.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;routes/&lt;br&gt;
_____&lt;strong&gt;&lt;em&gt;route/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;index.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_____&lt;strong&gt;&lt;em&gt;route.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;________route.css&lt;/p&gt;

&lt;p&gt;_&lt;strong&gt;&lt;em&gt;reducers/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_&lt;strong&gt;&lt;em&gt;rootReducer.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_&lt;strong&gt;&lt;em&gt;reducer1.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;____reducer2.js&lt;/p&gt;

&lt;p&gt;_&lt;strong&gt;&lt;em&gt;actions/&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;_&lt;strong&gt;&lt;em&gt;actions.js&lt;br&gt;
_&lt;/em&gt;&lt;/strong&gt;____actionCreators.js&lt;br&gt;
App.js&lt;br&gt;
App.css&lt;br&gt;
index.js&lt;br&gt;
index.css&lt;/p&gt;

&lt;p&gt;What do you think? and what structure do you use for your react, redux apps?&lt;/p&gt;

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