<?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: Rohit Maurya</title>
    <description>The latest articles on DEV Community by Rohit Maurya (@rohitmaurya1).</description>
    <link>https://dev.to/rohitmaurya1</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%2F996147%2F769ea5dc-7b1e-42f2-9f60-cc57cfa00463.jpeg</url>
      <title>DEV Community: Rohit Maurya</title>
      <link>https://dev.to/rohitmaurya1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rohitmaurya1"/>
    <language>en</language>
    <item>
      <title>Modern API data-fetching methods in React</title>
      <dc:creator>Rohit Maurya</dc:creator>
      <pubDate>Mon, 26 Dec 2022 17:41:46 +0000</pubDate>
      <link>https://dev.to/rohitmaurya1/modern-api-data-fetching-methods-in-react-3hgp</link>
      <guid>https://dev.to/rohitmaurya1/modern-api-data-fetching-methods-in-react-3hgp</guid>
      <description>&lt;p&gt;useEffect(() =&amp;gt; {&lt;br&gt;
 fetch(&lt;code&gt;https://jsonplaceholder.typicode.com/posts&lt;/code&gt;)&lt;br&gt;
  .then((response) =&amp;gt; response.json())&lt;br&gt;
  .then((actualData) =&amp;gt; console.log(actualData))&lt;br&gt;
  .catch((err) =&amp;gt; {&lt;br&gt;
   console.log(err.message);&lt;br&gt;
  });&lt;br&gt;
}, []);&lt;/p&gt;

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