<?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: S SELVA GANESH</title>
    <description>The latest articles on DEV Community by S SELVA GANESH (@selva_2026).</description>
    <link>https://dev.to/selva_2026</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%2F4008263%2F379d8765-e5cf-462d-bd3f-b2dcf7c3172f.png</url>
      <title>DEV Community: S SELVA GANESH</title>
      <link>https://dev.to/selva_2026</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/selva_2026"/>
    <language>en</language>
    <item>
      <title>Building a React App from Scratch Using Webpack and Babel</title>
      <dc:creator>S SELVA GANESH</dc:creator>
      <pubDate>Tue, 30 Jun 2026 19:52:22 +0000</pubDate>
      <link>https://dev.to/selva_2026/building-a-react-app-from-scratch-using-webpack-and-babel-4a1n</link>
      <guid>https://dev.to/selva_2026/building-a-react-app-from-scratch-using-webpack-and-babel-4a1n</guid>
      <description>&lt;p&gt;When learning React, most tutorials start with Vite or Create React App. While these tools make development fast, they also hide the build process. This time, I wanted to understand what actually happens behind the scenes, so I built a React application from scratch using Webpack and Babel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fme435tir7zy2ddlf6e2f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fme435tir7zy2ddlf6e2f.png" alt=" " width="799" height="396"&gt;&lt;/a&gt;&lt;br&gt;
Why Build It Manually?&lt;br&gt;
site Link :  &lt;a href="https://react-component-communication-git-main-selvas-projects-3f2231e8.vercel.app/" rel="noopener noreferrer"&gt;https://react-component-communication-git-main-selvas-projects-3f2231e8.vercel.app/&lt;/a&gt;&lt;br&gt;
Github Link : &lt;a href="https://github.com/selva2006-GM/react-component-communication" rel="noopener noreferrer"&gt;https://github.com/selva2006-GM/react-component-communication&lt;/a&gt; &lt;br&gt;
Portfolio : &lt;a href="https://selvacodes.online/" rel="noopener noreferrer"&gt;https://selvacodes.online/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead of relying on pre-configured tools, I wanted to learn how React applications are bundled, how JSX is converted into JavaScript, and how the browser finally renders everything.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;p&gt;During this project, I explored:&lt;/p&gt;

&lt;p&gt;Setting up a React project without Vite or CRA.&lt;br&gt;
Configuring Webpack from scratch.&lt;br&gt;
Using Babel to transpile modern JavaScript and JSX.&lt;br&gt;
Loading CSS using style-loader and css-loader.&lt;br&gt;
Creating production builds with Webpack.&lt;br&gt;
Managing state with useState.&lt;br&gt;
Passing data between components using props.&lt;br&gt;
Communication between parent and child components.&lt;br&gt;
Deploying the application to Vercel.&lt;br&gt;
Debugging build and deployment issues.&lt;br&gt;
Challenges I Faced&lt;/p&gt;

&lt;p&gt;Like every project, this one came with a few challenges.&lt;/p&gt;

&lt;p&gt;I encountered problems related to CSS loaders, incorrect Webpack configuration, Babel version compatibility, Vercel deployment, and React-specific issues like using class instead of className. Solving each of these helped me understand not only what to do, but why it works.&lt;/p&gt;

&lt;p&gt;Key Takeaways&lt;/p&gt;

&lt;p&gt;The biggest lesson was realizing that React is only one part of the development process. Tools like Webpack and Babel play a huge role in transforming source code into something browsers can execute efficiently.&lt;/p&gt;

&lt;p&gt;Understanding these tools gives me much more confidence when debugging errors or configuring projects from scratch.&lt;/p&gt;

&lt;p&gt;What's Next?&lt;/p&gt;

&lt;p&gt;I'll continue exploring React by building more projects while diving deeper into routing, state management, APIs, and performance optimization.&lt;/p&gt;

&lt;p&gt;Thanks for reading! If you're learning React, I highly recommend building at least one project without a starter template—it gives you a much better understanding of how everything works under the hood. &lt;/p&gt;

&lt;h1&gt;
  
  
  react #javascript #webpack #babel #webdevelopment
&lt;/h1&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webpack</category>
      <category>scratch</category>
    </item>
  </channel>
</rss>
