<?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: @ChaseGates</title>
    <description>The latest articles on DEV Community by @ChaseGates (@shakespeare17).</description>
    <link>https://dev.to/shakespeare17</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%2F827771%2F2c686958-30b6-4bfe-bdbd-ef765f94d87f.jpeg</url>
      <title>DEV Community: @ChaseGates</title>
      <link>https://dev.to/shakespeare17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shakespeare17"/>
    <language>en</language>
    <item>
      <title>React-Component-Library Tutorial</title>
      <dc:creator>@ChaseGates</dc:creator>
      <pubDate>Wed, 09 Mar 2022 07:28:10 +0000</pubDate>
      <link>https://dev.to/shakespeare17/react-component-library-tutorial-a3m</link>
      <guid>https://dev.to/shakespeare17/react-component-library-tutorial-a3m</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Avn336xK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tmrq3ioumps20xfjl0bb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Avn336xK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tmrq3ioumps20xfjl0bb.png" alt="My Tweaked version of Storybooks Logo" width="880" height="248"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I lucked out the other day browsing around on &lt;strong&gt;GitHub&lt;/strong&gt; when i discovered a react-components tutorial authored by &lt;strong&gt;&lt;a href="https://github.com/alexeagleson"&gt;@alexeagleson&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If your looking to get going with Storybook and React than look no further.&lt;/strong&gt; &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;This Tutorial is very detailed and easy to understand.&lt;/li&gt;
&lt;li&gt;Didn't require me to search Google or Stack Overflow, not even once.&lt;/li&gt;
&lt;li&gt;Highly informative on multiple fronts and is an excellent introduction into project configuration.&lt;/li&gt;
&lt;li&gt;Leaves you with your own custom, personal react-component library, packaged and published to GitHub making your custom-components just a simple npm install away..&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;You can fork the tutorial over at GitHub&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/alexeagleson/template-react-component-library"&gt;/template-react-component-library&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/alexeagleson/template-react-component-library.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
                                                     Touches on: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React-Js - Jsx
&lt;/li&gt;
&lt;li&gt;Typescript
&lt;/li&gt;
&lt;li&gt;Roll-up
&lt;/li&gt;
&lt;li&gt;Npm
&lt;/li&gt;
&lt;li&gt;Jest
&lt;/li&gt;
&lt;li&gt;Git
&lt;/li&gt;
&lt;li&gt;Babel&lt;/li&gt;
&lt;li&gt;Storybook
&lt;/li&gt;
&lt;li&gt;Web pack&lt;/li&gt;
&lt;li&gt;Node-js
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Other Tutorial by the Author:
&lt;/h1&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-running-a-local-web-server-4d8g"&gt;Running a Local Web Server&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-linters-eslint-59pm"&gt;ESLint&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-prettier-214j"&gt;Prettier&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/building-a-modern-web-stack-babel-3hfp"&gt;Babel&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-react-with-and-without-jsx-31c74"&gt;React &amp;amp; JSX&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-webpack-part-1-2mn1"&gt;Webpack: The Basics&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-webpack-part-2-49bj"&gt;Webpack: Loaders, Optimizations &amp;amp; Bundle Analysis&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://dev.to/alexeagleson/understanding-the-modern-web-stack-webpack-devserver-react-typescript-4b9b"&gt;Webpack: DevServer, React &amp;amp; Typescript&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Big Thanks &lt;a class="mentioned-user" href="https://dev.to/alexeagleson"&gt;@alexeagleson&lt;/a&gt;, I enjoyed your Tutorial and look forward to doing the others!&lt;/p&gt;

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