<?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: Kimliberate</title>
    <description>The latest articles on DEV Community by Kimliberate (@liberate30).</description>
    <link>https://dev.to/liberate30</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1008757%2Fa90d9b1b-5385-42be-be98-63bb984c9e2f.jpeg</url>
      <title>DEV Community: Kimliberate</title>
      <link>https://dev.to/liberate30</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/liberate30"/>
    <language>en</language>
    <item>
      <title>Django Page Refresh</title>
      <dc:creator>Kimliberate</dc:creator>
      <pubDate>Mon, 03 Apr 2023 01:52:06 +0000</pubDate>
      <link>https://dev.to/liberate30/django-page-refresh-4b5g</link>
      <guid>https://dev.to/liberate30/django-page-refresh-4b5g</guid>
      <description>&lt;p&gt;I built a mini social media website. Everything works fine but i noticed that whenever i redirect from my backend the whole page refreshes. For instance, a user creates a post and i visit their profile.&lt;/p&gt;

&lt;p&gt;If i click the like button to like the post, my backend receives the request and does the necessary things and then redirects me to&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;#f"/profile/{user}"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;as the response and also where I'm coming from. But the issue is that the page scroll position goes back to top meanwhile the post i liked is at the button.&lt;/p&gt;

&lt;p&gt;Thanks for your help in advance.&lt;/p&gt;

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