<?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>Forem: Asad Zaman</title>
    <description>The latest articles on Forem by Asad Zaman (@asadzaman).</description>
    <link>https://forem.com/asadzaman</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%2F3593392%2Fdc5f9497-1836-45ea-a040-c9743b337b2d.jpg</url>
      <title>Forem: Asad Zaman</title>
      <link>https://forem.com/asadzaman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/asadzaman"/>
    <language>en</language>
    <item>
      <title>Prop drilling was draining my time and patience until one concept changed everything.</title>
      <dc:creator>Asad Zaman</dc:creator>
      <pubDate>Wed, 05 Nov 2025 15:38:28 +0000</pubDate>
      <link>https://forem.com/asadzaman/prop-drilling-was-draining-my-time-and-patience-until-one-concept-changed-everything-fj0</link>
      <guid>https://forem.com/asadzaman/prop-drilling-was-draining-my-time-and-patience-until-one-concept-changed-everything-fj0</guid>
      <description>&lt;p&gt;Prop drilling was draining my time and patience until one concept changed everything.&lt;/p&gt;

&lt;p&gt;While building a React project, I was stuck passing props through multiple components. It was too time consuming.&lt;/p&gt;

&lt;p&gt;Then I discovered React Context API, and it completely flipped the game.&lt;/p&gt;

&lt;p&gt;Prop drilling is like the old landline system, connected by wires. If one wire breaks, the connection dies.&lt;/p&gt;

&lt;p&gt;But Context API is like a mobile network, sending signals directly to whichever component needs it.&lt;/p&gt;

&lt;p&gt;One shared state. Clean code. Zero headache.&lt;/p&gt;

&lt;p&gt;If you're still drilling props manually, this might be your “aha!” moment.&lt;/p&gt;

&lt;p&gt;😃 What was your “aha!” moment while learning React?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Today I learned React Router and My brain hurts (In a good way )</title>
      <dc:creator>Asad Zaman</dc:creator>
      <pubDate>Mon, 03 Nov 2025 05:55:21 +0000</pubDate>
      <link>https://forem.com/asadzaman/today-i-learned-react-router-and-my-brain-hurts-in-a-good-way--1g0g</link>
      <guid>https://forem.com/asadzaman/today-i-learned-react-router-and-my-brain-hurts-in-a-good-way--1g0g</guid>
      <description>&lt;p&gt;As it was a part of my bootcamp, I didn't had any clue what the heck it was. But by time while learning I felt it's importance.&lt;br&gt;
I am listing all the learnings (I know you might get bored, but I will try my best to make you feel less bore)&lt;/p&gt;

&lt;p&gt;I learned &lt;br&gt;
-How to navigate through page to page with react router&lt;br&gt;
-Learned the usage of Link and NavLink, nested routing, outlet. &lt;br&gt;
-Also learned how to load data using react router components: Loader and loadUserData. &lt;br&gt;
-Learned to create dynamic path and rendering dynamic path.&lt;br&gt;
-Explored dynamic route, params and load data based on dynamic route. &lt;br&gt;
-Learned the usage of useNavigate and useNavigator(), &lt;br&gt;
-Tried to load data in the component without route&lt;br&gt;
-learned to add 404 Not found (Most crucial, because someone going to break it for sure 😅). &lt;br&gt;
-Explored useLocation hook. &lt;/p&gt;

&lt;p&gt;I learned a lot. Honestly, I feel more happier being productive  than being lazy and relaxed.&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>webdev</category>
      <category>programming</category>
      <category>react</category>
    </item>
  </channel>
</rss>
