<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>reactjs maxxing | Sanku's Blog</title>
    <link>https://reactjs-maxxing.vercel.app</link>
    <description>Deep dives into React internals, Fiber architecture, and modern web development</description>
    <language>en-us</language>
    <atom:link href="https://reactjs-maxxing.vercel.app/rss.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Wed, 10 Jun 2026 11:12:50 GMT</lastBuildDate>
    <image>
      <url>https://reactjs-maxxing.vercel.app/Reactjs%20Maxxing.png</url>
      <title>reactjs maxxing | Sanku's Blog</title>
      <link>https://reactjs-maxxing.vercel.app</link>
    </image>
    <item>
      <title>How React Server Components Integrate with Bundler</title>
      <link>https://reactjs-maxxing.vercel.app/blog/how-react-server-component-integrate-with-bundler</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/how-react-server-component-integrate-with-bundler</guid>
      <description>how an RSC app gets split between server and client at build time</description>
      <pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>How React streams UI out of order and still manages to keep order</title>
      <link>https://reactjs-maxxing.vercel.app/blog/how-react-streams-ui-out-of-order</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/how-react-streams-ui-out-of-order</guid>
      <description>A deep dive into how React streams and renders UI out of order using Suspense boundaries</description>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>Why frontend frameworks need hydration</title>
      <link>https://reactjs-maxxing.vercel.app/blog/why-frontend-frameworks-need-hydration</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/why-frontend-frameworks-need-hydration</guid>
      <description>SSR is not new. So why do modern frameworks need hydration?</description>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>How Does React Fiber Render Your UI</title>
      <link>https://reactjs-maxxing.vercel.app/blog/how-does-react-fiber-render-your-ui</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/how-does-react-fiber-render-your-ui</guid>
      <description>How React breaks rendering into small interruptible units</description>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>Making sense of &apos;key&apos; prop in react</title>
      <link>https://reactjs-maxxing.vercel.app/blog/making-sense-of-key-prop-in-react</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/making-sense-of-key-prop-in-react</guid>
      <description>Why React needs a key prop, how it affects reconciliation</description>
      <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>How state updates work internally</title>
      <link>https://reactjs-maxxing.vercel.app/blog/how-state-updates-work-internally</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/how-state-updates-work-internally</guid>
      <description>A deep dive into how React state updates really work, from hooks to batching</description>
      <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>Understanding Why React Fiber Exists</title>
      <link>https://reactjs-maxxing.vercel.app/blog/understanding-why-react-fiber-exists</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/understanding-why-react-fiber-exists</guid>
      <description>Understanding Why React Fiber Exists and how it lets React pause, prioritize</description>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
    <item>
      <title>Running React on different platform</title>
      <link>https://reactjs-maxxing.vercel.app/blog/running-react-on-different-platform</link>
      <guid isPermaLink="true">https://reactjs-maxxing.vercel.app/blog/running-react-on-different-platform</guid>
      <description>The correct mental model for understanding React across platforms</description>
      <pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate>
      <category>React</category>
    </item>
  </channel>
</rss>