<?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: Nabendu </title>
    <description>The latest articles on DEV Community by Nabendu  (@nabendu82).</description>
    <link>https://dev.to/nabendu82</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%2F194466%2Faf704c5f-8e0b-4a33-8ffa-a95121b1192b.jpg</url>
      <title>DEV Community: Nabendu </title>
      <link>https://dev.to/nabendu82</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nabendu82"/>
    <language>en</language>
    <item>
      <title>YouTube Video | React hooks 14 - Creating Custom hooks - 2</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Thu, 28 Jan 2021 12:47:04 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-14-creating-custom-hooks-2-535p</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-14-creating-custom-hooks-2-535p</guid>
      <description>&lt;p&gt;In this video we will continue to learn to make custom hooks. With custom hooks we can add our own functionalities to hooks.Custom hooks can be used to share logic like HOCs and Render props.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-CaZTF_7Uok"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 13 - Creating Custom hooks - 1</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Thu, 28 Jan 2021 12:41:40 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-13-creating-custom-hooks-1-42pd</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-13-creating-custom-hooks-1-42pd</guid>
      <description>&lt;p&gt;In this video we will learn to make custom hooks. With custom hooks we can add our own functionalities to hooks.Custom hooks can be used to share logic like HOCs and Render props.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/2K_Xjhssqpg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>youtube</category>
      <category>webdev0</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 12 - useRef hook</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Thu, 28 Jan 2021 12:29:44 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-12-useref-hook-1g4j</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-12-useref-hook-1g4j</guid>
      <description>&lt;p&gt;In this video we will continue to learn  the useRef hook. The useRef hook makes it possible to access DOM nodes directly within functional components.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/SIz3xBIgqfM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>youtube</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 11 - Performance Optimization using useMemo hook</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Thu, 28 Jan 2021 12:19:26 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-11-performance-optimization-using-usememo-hook-31ob</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-11-performance-optimization-using-usememo-hook-31ob</guid>
      <description>&lt;p&gt;In this video we will continue to learn  the useMemo hook. We will learn to optimize the performance of our React application using useMemo hook&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/hFAgV613oAM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>youtube</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 10 - Performance Optimization using useCallback hook</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:51:08 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-10-performance-optimization-using-usecallback-hook-3d9f</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-10-performance-optimization-using-usecallback-hook-3d9f</guid>
      <description>&lt;p&gt;In this video we will continue to learn  the useCallback hook. We will learn to optimize the performance of our React application using useCallback hook.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/FsQo9LSvAng"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>youtube</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 9 - Fetch data using useReducer</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:44:29 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-9-fetch-data-using-usereducer-8f7</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-9-fetch-data-using-usereducer-8f7</guid>
      <description>&lt;p&gt;In this video we will continue to learn  the useReducer hook. We will learn to Fetch data with useReducer.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ydQMDTC6v5k"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>youtube</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 8 - using multiple useReducer and useReducer with useContext</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:40:53 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-8-using-multiple-usereducer-and-usereducer-with-usecontext-3d4k</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-8-using-multiple-usereducer-and-usereducer-with-usecontext-3d4k</guid>
      <description>&lt;p&gt;In this video we will continue to learn  the useReducer hook. We will first learn to use multiple useReducer. After that we will learn useReducer with useContext, which mimics the Redux lifecycle.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Y0ixDyEfpIg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>youtube</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 7 - useReducer with Simple state and Complex state</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:35:43 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-7-usereducer-with-simple-state-and-complex-state-1dg9</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-7-usereducer-with-simple-state-and-complex-state-1dg9</guid>
      <description>&lt;p&gt;In this video we will learn to use the useReducer hook. We will get the introduction to useReducer first. After that we will learn about Simple state and action and then Complex state and action&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/m0G0R0TchDY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>youtube</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 6 - useContext Hook</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:32:36 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-6-usecontext-hook-49dk</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-6-usecontext-hook-49dk</guid>
      <description>&lt;p&gt;In this video we will learn to use the useContext hook. Context provides a way to pass data through the component tree, without having to pass props down manually at every level.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/oSqqs16RejM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
      <category>youtube</category>
    </item>
    <item>
      <title>YouTube Video | React hooks 5 - Fetching data with useEffect</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Fri, 22 Jan 2021 03:28:48 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-5-fetching-data-with-useeffect-4g16</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-5-fetching-data-with-useeffect-4g16</guid>
      <description>&lt;p&gt;In this video we will learn to fetch data with useEffect. We are going to use axios to get data from an API endpoint.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/F-y-pJEB1ig"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>youtube</category>
    </item>
    <item>
      <title>YouTube Video |React hooks 4 - useEffect only once &amp; useEffect with cleanup</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Sat, 02 Jan 2021 13:15:42 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-4-useeffect-only-once-useeffect-with-cleanup-2pk0</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-4-useeffect-only-once-useeffect-with-cleanup-2pk0</guid>
      <description>&lt;p&gt;In this video we will continue with the useEffect hook. We will learn the useEffect only once &amp;amp; useEffect with cleanup case.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/oLUGSIcwAN4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>youtube</category>
    </item>
    <item>
      <title>YouTube Video |React hooks 3 - useEffect after render &amp; Conditional useEffect</title>
      <dc:creator>Nabendu </dc:creator>
      <pubDate>Sat, 02 Jan 2021 13:10:42 +0000</pubDate>
      <link>https://dev.to/nabendu82/youtube-video-react-hooks-3-useeffect-after-render-conditional-useeffect-2mf1</link>
      <guid>https://dev.to/nabendu82/youtube-video-react-hooks-3-useeffect-after-render-conditional-useeffect-2mf1</guid>
      <description>&lt;p&gt;In this video we will learn to use the useEffect hook after render &amp;amp; also to conditionally run useEffect.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/zSv1IylhI0s"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Please do like it and &lt;a href="https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1"&gt;Subscribe&lt;/a&gt; to my channel for more videos.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>youtube</category>
    </item>
  </channel>
</rss>
