<?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: Amrit Shenava</title>
    <description>The latest articles on DEV Community by Amrit Shenava (@amritshenava98).</description>
    <link>https://dev.to/amritshenava98</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%2F451647%2Fdaaf2a15-d559-474a-a667-750c2c96e8d6.jpeg</url>
      <title>DEV Community: Amrit Shenava</title>
      <link>https://dev.to/amritshenava98</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amritshenava98"/>
    <language>en</language>
    <item>
      <title>useEffect() makes life easier</title>
      <dc:creator>Amrit Shenava</dc:creator>
      <pubDate>Thu, 02 Jun 2022 15:35:05 +0000</pubDate>
      <link>https://dev.to/amritshenava98/useeffect-makes-life-easier-4532</link>
      <guid>https://dev.to/amritshenava98/useeffect-makes-life-easier-4532</guid>
      <description>&lt;p&gt;&lt;code&gt;import {useEffect} from 'react';&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;While building web applications in React, we often come across tasks where we want some activity or data to be displayed when the page loads automatically. For example, I have been building web applications for a while now where it greets the user with their name and puts some important data on the page after sign in successfully. In order to this, useEffect() helps a lot. useEffect() is called when a page loads and executes code within that code block.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>Test</title>
      <dc:creator>Amrit Shenava</dc:creator>
      <pubDate>Thu, 10 Sep 2020 03:42:12 +0000</pubDate>
      <link>https://dev.to/amritshenava98/test-2m05</link>
      <guid>https://dev.to/amritshenava98/test-2m05</guid>
      <description>&lt;p&gt;test&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
