<?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: Vinay Sharma</title>
    <description>The latest articles on DEV Community by Vinay Sharma (@vinaysharma14).</description>
    <link>https://dev.to/vinaysharma14</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%2F544768%2F0b83f125-41d2-422b-a1d5-c8a6c1a30169.jpeg</url>
      <title>DEV Community: Vinay Sharma</title>
      <link>https://dev.to/vinaysharma14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vinaysharma14"/>
    <language>en</language>
    <item>
      <title>Introducing React Rapid, a light weight CLI Tool 🛠️ for rapid scaffolding of React apps with CRA under the hood. ⚛️</title>
      <dc:creator>Vinay Sharma</dc:creator>
      <pubDate>Mon, 21 Dec 2020 17:34:40 +0000</pubDate>
      <link>https://dev.to/vinaysharma14/introducing-react-rapid-a-light-weight-interactive-cli-automation-tool-to-scaffold-react-apps-quickly-2gkn</link>
      <guid>https://dev.to/vinaysharma14/introducing-react-rapid-a-light-weight-interactive-cli-automation-tool-to-scaffold-react-apps-quickly-2gkn</guid>
      <description>&lt;p&gt;I have built an interactive CLI tool 🛠, &lt;a href="https://www.npmjs.com/package/rapid-react"&gt;Rapid React&lt;/a&gt; which automates the repetitive steps involved every time a new React app is setup. Usually developers 👨🏻‍💻go through a time consuming process which involves waiting for create-react-app to finish it’s boilerplate setup, followed by installation of dependencies &amp;amp; dev dependencies, setup of folder structure, routing, state management, e.t.c. before it can finally start working on the app. 🚧&lt;/p&gt;

&lt;p&gt;Well, now you can grab a cup of ☕️ while &lt;strong&gt;Rapid React&lt;/strong&gt; scaffolds the app for you! 😌&lt;/p&gt;

&lt;p&gt;Features 🎉&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;As light as 15.6 KB, minified and gzipped.&lt;/li&gt;
&lt;li&gt;Supports both JavaScript and TypeScript. 😍&lt;/li&gt;
&lt;li&gt;Installs both dependencies and dev dependencies.&lt;/li&gt;
&lt;li&gt;Supports popularly used CSS preprocessor SASS! 🔥&lt;/li&gt;
&lt;li&gt;Choose from commonly used folders (assets, components, hooks, services, utils, e.t.c.) to scaffold.&lt;/li&gt;
&lt;li&gt;Scaffolds custom folder as well.&lt;/li&gt;
&lt;li&gt;Choose preferred export type: named/default. 🤔&lt;/li&gt;
&lt;li&gt;Setups routing with user defined routes.&lt;/li&gt;
&lt;li&gt;Setups Redux state management with user defined reducers along with:- Redux Saga- Redux Form- Redux Logger&lt;/li&gt;
&lt;li&gt;Setups MobX state management with user defined stores.&lt;/li&gt;
&lt;li&gt;...and much more! 🎉&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check the package here: &lt;a href="https://www.npmjs.com/package/rapid-react"&gt;https://www.npmjs.com/package/rapid-react&lt;/a&gt;&lt;br&gt;
Check the repository here: &lt;a href="https://github.com/vinaysharma14/rapid-react#readme"&gt;https://github.com/vinaysharma14/rapid-react#readme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try it out and let me know your thoughts! 🥳&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;npm &lt;span class="nb"&gt;install &lt;/span&gt;rapid-react
&lt;span class="nv"&gt;$ &lt;/span&gt;rapid-react
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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