<?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: Gilad Lekner</title>
    <description>The latest articles on DEV Community by Gilad Lekner (@glekner).</description>
    <link>https://dev.to/glekner</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%2F123283%2F07c42aa7-9cf2-4b7d-8793-632a61fabab4.png</url>
      <title>DEV Community: Gilad Lekner</title>
      <link>https://dev.to/glekner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/glekner"/>
    <language>en</language>
    <item>
      <title>Created a React/Redux Component generator</title>
      <dc:creator>Gilad Lekner</dc:creator>
      <pubDate>Sat, 22 Dec 2018 14:49:21 +0000</pubDate>
      <link>https://dev.to/glekner/created-a-reactredux-component-generator---------9cp</link>
      <guid>https://dev.to/glekner/created-a-reactredux-component-generator---------9cp</guid>
      <description>&lt;p&gt;Its very helpful to me so I thought i might as well share it. The generator creates connected React components with Domain-Driven file structure and with prewritten templates. All templates can be replaced with your own! Any feedback is appreciated!&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;tree
&lt;span class="nb"&gt;.&lt;/span&gt;
├── Component.fixtures.js
├── Component.js
├── ComponentActions.js
├── ComponentConstants.js
├── ComponentHelper.js
├── ComponentReducer.js
├── ComponentSelectors.js
├── __tests__
│   ├── Component.test.js
│   ├── ComponentActions.test.js
│   ├── ComponentIntegration.test.js
│   ├── ComponentReducer.test.js
│   └── ComponentSelectors.test.js
├── component.scss
└── index.js

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://github.com/glekner/generator-react-domain"&gt;https://github.com/glekner/generator-react-domain&lt;/a&gt;&lt;/p&gt;

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