<?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: Kishan Permand</title>
    <description>The latest articles on DEV Community by Kishan Permand (@kishanpermand).</description>
    <link>https://dev.to/kishanpermand</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%2F1693991%2F0591c700-2498-4121-9099-e651a003214c.jpg</url>
      <title>DEV Community: Kishan Permand</title>
      <link>https://dev.to/kishanpermand</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kishanpermand"/>
    <language>en</language>
    <item>
      <title>Updating Realtime Data in Client(React) from MongoDB on every HTTP request</title>
      <dc:creator>Kishan Permand</dc:creator>
      <pubDate>Sun, 21 Jul 2024 14:20:10 +0000</pubDate>
      <link>https://dev.to/kishanpermand/updating-realtime-data-in-clientreact-from-mongodb-on-every-http-request-3i2a</link>
      <guid>https://dev.to/kishanpermand/updating-realtime-data-in-clientreact-from-mongodb-on-every-http-request-3i2a</guid>
      <description>&lt;p&gt;I am created a data entry in my database(mongoDB) through “POST” request from some react component.&lt;/p&gt;

&lt;p&gt;Now if I want to automatically reflect the newly created data in my React app, what will be the best method.&lt;/p&gt;

&lt;p&gt;consider I am using “axios” to get and post data. can you pls give what is the most suitable approach is used in realtime development.&lt;/p&gt;

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