<?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: Abhavya Gupta</title>
    <description>The latest articles on DEV Community by Abhavya Gupta (@abhavya28).</description>
    <link>https://dev.to/abhavya28</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%2F3950617%2F248483a1-8ffc-4570-b48a-795b746c1015.jpg</url>
      <title>DEV Community: Abhavya Gupta</title>
      <link>https://dev.to/abhavya28</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhavya28"/>
    <language>en</language>
    <item>
      <title>Why I Started Building React Projects Instead of Just Watching Tutorials ?</title>
      <dc:creator>Abhavya Gupta</dc:creator>
      <pubDate>Mon, 25 May 2026 12:25:16 +0000</pubDate>
      <link>https://dev.to/abhavya28/why-i-started-building-react-projects-instead-of-just-watching-tutorials--52eh</link>
      <guid>https://dev.to/abhavya28/why-i-started-building-react-projects-instead-of-just-watching-tutorials--52eh</guid>
      <description>&lt;p&gt;Yes, I was just like many beginners.&lt;/p&gt;

&lt;p&gt;I used to spend hours watching React tutorials and at the end of the day, I felt productive just because I had completed another video or another playlist.&lt;/p&gt;

&lt;p&gt;But after some time, I realized something important:&lt;br&gt;
Watching tutorials is not the same as building skills.&lt;/p&gt;

&lt;p&gt;I knew the concepts while watching the instructor code, but the moment I tried to build something on my own, everything suddenly felt difficult.&lt;br&gt;
I would forget syntax.&lt;br&gt;
I would get confused while managing components.&lt;br&gt;
Sometimes even small errors would take hours to fix.&lt;/p&gt;

&lt;p&gt;That was the moment I understood that real learning starts only when you begin building your own projects.&lt;/p&gt;

&lt;p&gt;So instead of spending all my time consuming tutorials, I decided to start creating projects on my own, even if they were small, imperfect or unfinished.&lt;/p&gt;

&lt;p&gt;At first, it was frustrating.&lt;br&gt;
I got stuck almost every day.&lt;br&gt;
There were moments when nothing worked.&lt;br&gt;
Sometimes a tiny mistake in the code would break the entire project and I would spend hours trying to figure it out.&lt;/p&gt;

&lt;p&gt;But slowly, those struggles started teaching me things that tutorials never could.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I learned how to debug errors.&lt;/li&gt;
&lt;li&gt;I learned how components actually communicate with each other.&lt;/li&gt;
&lt;li&gt;I learned how state management works in real projects instead of simple counter examples.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly, I became more confident while coding independently.&lt;/p&gt;

&lt;p&gt;One thing I noticed is that tutorials often make coding look smooth and easy because everything is already planned. But when you build your own project, you have to think like a real developer.&lt;/p&gt;

&lt;p&gt;You have to:&lt;br&gt;
• Plan the UI&lt;br&gt;
• Decide component structure&lt;br&gt;
• Manage state properly&lt;br&gt;
• Fix unexpected bugs&lt;br&gt;
• Search documentation&lt;br&gt;
• Learn how to solve problems independently&lt;/p&gt;

&lt;p&gt;And honestly, that is where the real growth happens.&lt;br&gt;
Building projects completely changed the way I learn React.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;br&gt;
“How do I finish another tutorial?”&lt;/p&gt;

&lt;p&gt;I started asking:&lt;br&gt;
“How do I build something useful with what I already know?”&lt;/p&gt;

&lt;p&gt;That mindset helped me improve much faster.&lt;/p&gt;

&lt;p&gt;Even today, I still watch tutorials sometimes.&lt;br&gt;
But now I use them as guidance, not as a replacement for practice.&lt;/p&gt;

&lt;p&gt;If you are currently learning React or frontend development, my biggest advice would be:&lt;br&gt;
&lt;strong&gt;Start building projects as early as possible.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your projects do not need to be perfect.&lt;br&gt;
They do not need advanced animations or complicated backend systems.&lt;/p&gt;

&lt;p&gt;Even a small project can teach you a lot if you build it yourself.&lt;/p&gt;

&lt;p&gt;Because at the end of the day, projects teach you what tutorials cannot….&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
