<?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: xWeb</title>
    <description>The latest articles on DEV Community by xWeb (@xweb).</description>
    <link>https://dev.to/xweb</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%2F2922500%2Fbc885778-a331-41dd-aee3-0d4f80a43e30.png</url>
      <title>DEV Community: xWeb</title>
      <link>https://dev.to/xweb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xweb"/>
    <language>en</language>
    <item>
      <title>Namaste React Course by Akshay Saini</title>
      <dc:creator>xWeb</dc:creator>
      <pubDate>Sat, 08 Mar 2025 05:17:08 +0000</pubDate>
      <link>https://dev.to/xweb/namaste-react-course-by-akshay-saini-20n5</link>
      <guid>https://dev.to/xweb/namaste-react-course-by-akshay-saini-20n5</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;Episode 01 - Inception&lt;/em&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Theory :
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;What is &lt;code&gt;Emmet&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What is &lt;code&gt;CDN&lt;/code&gt;? Why do we &lt;code&gt;use&lt;/code&gt; it?&lt;/li&gt;
&lt;li&gt;Why is &lt;code&gt;React known as React&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What is &lt;code&gt;crossorigin in script tag&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What is difference between &lt;code&gt;React and ReactDOM&lt;/code&gt;?&lt;/li&gt;
&lt;li&gt;What is difference between &lt;code&gt;react.development.js&lt;/code&gt; and &lt;code&gt;react.production.js&lt;/code&gt; files via CDN?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Coding :
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Set up all the &lt;code&gt;tools in your laptop&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;VS Code&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Chrome&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Extensions of Chrome&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Create a &lt;code&gt;new Git repo&lt;/code&gt;
&lt;/li&gt;

&lt;li&gt;Build your &lt;code&gt;first Hello World&lt;/code&gt; program using,

&lt;ul&gt;
&lt;li&gt;Using &lt;code&gt;just HTML&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Using &lt;code&gt;JS to manipulate the DOM&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Using &lt;code&gt;React&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;use &lt;code&gt;CDN Links&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Create &lt;code&gt;an Element&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Create &lt;code&gt;nested React Elements&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;root.render&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;
&lt;code&gt;Push code to Github&lt;/code&gt; (Theory as well as code)&lt;/li&gt;

&lt;li&gt;Learn about &lt;code&gt;Arrow Functions&lt;/code&gt; before the next class&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  References:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://beta.reactjs.org/apis/react/createElement" rel="noopener noreferrer"&gt;https://beta.reactjs.org/apis/react/createElement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=IrHmpdORLu8" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=IrHmpdORLu8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
