<?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: Nilay Mehta</title>
    <description>The latest articles on DEV Community by Nilay Mehta (@mehtanilay10).</description>
    <link>https://dev.to/mehtanilay10</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%2F407936%2Ff3b1cfc0-f436-4bb1-b757-37e0927a4aed.jpeg</url>
      <title>DEV Community: Nilay Mehta</title>
      <link>https://dev.to/mehtanilay10</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehtanilay10"/>
    <language>en</language>
    <item>
      <title>Use Redux Thunk along with Axios service in React (CRA)</title>
      <dc:creator>Nilay Mehta</dc:creator>
      <pubDate>Mon, 31 May 2021 04:23:39 +0000</pubDate>
      <link>https://dev.to/mehtanilay10/use-redux-thunk-along-with-axios-service-in-react-cra-42c1</link>
      <guid>https://dev.to/mehtanilay10/use-redux-thunk-along-with-axios-service-in-react-cra-42c1</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiw7esljuf5aaj2h5ibuf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiw7esljuf5aaj2h5ibuf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Load data from API using Axios and store data in Redux Thunk in React (create-react-app)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;YouTube&lt;/strong&gt; - &lt;a href="https://youtu.be/a6uC2EauAZ4" rel="noopener noreferrer"&gt;https://youtu.be/a6uC2EauAZ4&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Source code&lt;/strong&gt; - &lt;a href="https://github.com/mehtanilay10/React-Redux-Thunks-Axios-Hooks" rel="noopener noreferrer"&gt;https://github.com/mehtanilay10/React-Redux-Thunks-Axios-Hooks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Timestamps:&lt;/strong&gt;&lt;br&gt;
0:00:00​ Intro&lt;br&gt;
0:00:13​ What is Redux?&lt;br&gt;
0:03:15​ First Look at Final Project&lt;br&gt;
0:04:03​ Subscribe channel&lt;br&gt;
0:04:25​ Creating App with Redux &amp;amp; Axios&lt;br&gt;
0:05:33​ Adding .env file&lt;br&gt;
0:05:58​ Creating Axios Instance&lt;br&gt;
0:06:54​ Create Service&lt;br&gt;
0:07:48​ Create ActionTypes &amp;amp; Actions&lt;br&gt;
0:10:20 Create Initial State &amp;amp; Reducer&lt;br&gt;
0:13:18 Create Thunk&lt;br&gt;
0:14:56 Create Root Reducer&lt;br&gt;
0:16:09 Create Store &amp;amp; Provider&lt;br&gt;
0:19:03 Use in component&lt;br&gt;
0:22:15 Run app &amp;amp; solve issues&lt;br&gt;
0:24:18 Conclusion&lt;/p&gt;

</description>
      <category>react</category>
      <category>redux</category>
      <category>thunk</category>
      <category>axios</category>
    </item>
  </channel>
</rss>
