<?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: Ashish Solanki</title>
    <description>The latest articles on DEV Community by Ashish Solanki (@ashish_solanki).</description>
    <link>https://dev.to/ashish_solanki</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%2F4023570%2Fc960d9ab-d8d0-44fa-b8ff-30c89248509f.png</url>
      <title>DEV Community: Ashish Solanki</title>
      <link>https://dev.to/ashish_solanki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ashish_solanki"/>
    <language>en</language>
    <item>
      <title>I published an article: You Probably Misunderstand "use client" in Next.js (Most Developers Do)</title>
      <dc:creator>Ashish Solanki</dc:creator>
      <pubDate>Fri, 10 Jul 2026 06:46:11 +0000</pubDate>
      <link>https://dev.to/ashish_solanki/i-published-an-article-you-probably-misunderstand-use-client-in-nextjs-most-developers-do-11jm</link>
      <guid>https://dev.to/ashish_solanki/i-published-an-article-you-probably-misunderstand-use-client-in-nextjs-most-developers-do-11jm</guid>
      <description>&lt;p&gt;In Next.js, adding "use client" doesn’t mean the component is rendered only in the browser; Client Components are still server-rendered on the initial request.&lt;br&gt;
The directive simply tells Next.js that the component’s JavaScript must also run in the browser to enable features like useState and interactivity.&lt;/p&gt;

&lt;p&gt;read whole blog here&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://medium.com/@ashish-solanki/you-probably-misunderstand-use-client-in-next-js-most-developers-do-a1a58add5283?sharedUserId=ashish-solanki" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;medium.com&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>nextjs</category>
      <category>ssr</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
