<?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: minority</title>
    <description>The latest articles on DEV Community by minority (@minority).</description>
    <link>https://dev.to/minority</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%2F163102%2Fb05677f1-cb3b-4d46-9252-27eb6249180e.png</url>
      <title>DEV Community: minority</title>
      <link>https://dev.to/minority</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/minority"/>
    <language>en</language>
    <item>
      <title>How to choose the best structure for react applications?</title>
      <dc:creator>minority</dc:creator>
      <pubDate>Fri, 17 May 2019 11:04:12 +0000</pubDate>
      <link>https://dev.to/minority/how-to-choose-the-best-structure-for-react-applications-5899</link>
      <guid>https://dev.to/minority/how-to-choose-the-best-structure-for-react-applications-5899</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am a new beginner to React JS, and for learn i made a project. &lt;br&gt;
I decided to write this post after transferring files from one directory to another many times.&lt;/p&gt;

&lt;p&gt;For those who immediately want to watch the code &lt;a href="https://github.com/minority/node-react-mongo-auth/tree/master/client"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What happened to me&lt;/p&gt;

&lt;p&gt;&lt;code&gt;src/feature/&lt;/code&gt;&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Auth (folder module feature, exported all reducers/routes)
   Signup
   RestorePassword
   Signin
      components/SigninForm
           index.jsx
           index.module.scss
      actions.js
      reducer.js
      index.jsx (container with connect redux)
   index.js (exported all reducers/routes)
   reducers.js (include all reducers module)
   routes.js (routes for module)
Cabinet
   Home
   Users
      index.jsx
   index.js
   routes.js
Shared
   Layout
   PrivateRoute
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;What structure are you using?&lt;/p&gt;

</description>
      <category>react</category>
      <category>redux</category>
      <category>help</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Structure project node js</title>
      <dc:creator>minority</dc:creator>
      <pubDate>Thu, 02 May 2019 13:58:51 +0000</pubDate>
      <link>https://dev.to/minority/structure-project-node-js-12o6</link>
      <guid>https://dev.to/minority/structure-project-node-js-12o6</guid>
      <description>

&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I am a new beginner to Node JS (work with PHP) and for learn i made a project basic auth rest and react client (in process). &lt;br&gt;
My code &lt;a href="https://github.com/minority/node-react-mongo-auth/tree/master/api-server"&gt;GitHub&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;I would like to know if I chose the right structure and solutions for the project. Based on experience with php.&lt;/p&gt;


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