<?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: Anindha Parthy</title>
    <description>The latest articles on DEV Community by Anindha Parthy (@anindha).</description>
    <link>https://dev.to/anindha</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%2F239271%2F455114b3-df7c-42d8-9f9a-dd1c824215a9.jpeg</url>
      <title>DEV Community: Anindha Parthy</title>
      <link>https://dev.to/anindha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anindha"/>
    <language>en</language>
    <item>
      <title>Learn Gatsby.js at Online Weekend Workshop</title>
      <dc:creator>Anindha Parthy</dc:creator>
      <pubDate>Thu, 16 Apr 2020 06:48:03 +0000</pubDate>
      <link>https://dev.to/lamno/learn-gatsby-js-at-online-weekend-workshop-4ab7</link>
      <guid>https://dev.to/lamno/learn-gatsby-js-at-online-weekend-workshop-4ab7</guid>
      <description>&lt;p&gt;Learn to build blazing fast apps and websites with React using Gatsby, a static PWA (Progressive Web App) generator! Starting from scratch, you’ll learn to build a full blog and website app. Use GraphQL in Gatsby for storing and retrieving data and create pages and posts with markdown (MDX). Then deploy your brand new blog website to Netlify for the world to see!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.eventbrite.com.au/e/learn-gatsbyjs-tickets-102760467324"&gt;https://www.eventbrite.com.au/e/learn-gatsbyjs-tickets-102760467324&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gatsby</category>
      <category>javascript</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The Slack Redux Store</title>
      <dc:creator>Anindha Parthy</dc:creator>
      <pubDate>Mon, 24 Feb 2020 06:10:30 +0000</pubDate>
      <link>https://dev.to/lamno/the-slack-redux-store-2f4k</link>
      <guid>https://dev.to/lamno/the-slack-redux-store-2f4k</guid>
      <description>&lt;p&gt;The first Lamno course will teach you how to build a real Slack, and not just a toy version. As part of my research I wanted to see what the Slack Redux Store looks like. &lt;/p&gt;

&lt;p&gt;In order to do this, first open React Dev Tools in Chrome and select the "Client" component.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ADuN-8S9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tfd8a7xmlr5nz0t66n6s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ADuN-8S9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/tfd8a7xmlr5nz0t66n6s.png" alt="Select Client in React Dev Tools"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then switch to the console and enter: &lt;code&gt;$r.props.teamStore.getState()&lt;/code&gt;. This prints out the Redux Store for the team.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kRtRp4Qe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m86thuggsuqshmpbrxk7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kRtRp4Qe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m86thuggsuqshmpbrxk7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to take a closer look at the store you can convert store to JSON: &lt;code&gt;JSON.stringify($r.store.getState())&lt;/code&gt;. Copy the string and paste in your favorite editor.&lt;/p&gt;

</description>
      <category>react</category>
      <category>redux</category>
      <category>slack</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Create React App with Typescript</title>
      <dc:creator>Anindha Parthy</dc:creator>
      <pubDate>Wed, 18 Dec 2019 03:05:21 +0000</pubDate>
      <link>https://dev.to/lamno/create-react-app-with-typescript-2gjl</link>
      <guid>https://dev.to/lamno/create-react-app-with-typescript-2gjl</guid>
      <description>&lt;p&gt;To create a boilerplate React app using typescript use the following command.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx create-react-app myapp --template typescript
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



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