<?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: Basil</title>
    <description>The latest articles on DEV Community by Basil (@basil-tech-star).</description>
    <link>https://dev.to/basil-tech-star</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%2F2224160%2F9331e191-fe9e-40b2-a4de-0f365c387ea0.png</url>
      <title>DEV Community: Basil</title>
      <link>https://dev.to/basil-tech-star</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/basil-tech-star"/>
    <language>en</language>
    <item>
      <title>React Components Syntax</title>
      <dc:creator>Basil</dc:creator>
      <pubDate>Sun, 08 Dec 2024 03:49:45 +0000</pubDate>
      <link>https://dev.to/basil-tech-star/react-components-syntax-1igb</link>
      <guid>https://dev.to/basil-tech-star/react-components-syntax-1igb</guid>
      <description>&lt;p&gt;React Components need to initialised or started by Capital letters for babel to distinguish from normal statements.Without that react won't read them as components.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>react export and import components</title>
      <dc:creator>Basil</dc:creator>
      <pubDate>Tue, 05 Nov 2024 10:27:34 +0000</pubDate>
      <link>https://dev.to/basil-tech-star/react-export-and-import-components-4jb</link>
      <guid>https://dev.to/basil-tech-star/react-export-and-import-components-4jb</guid>
      <description>&lt;p&gt;You can rename your default export component when importing.&lt;br&gt;
 example:&lt;br&gt;
  ** &lt;/p&gt;

&lt;h3&gt;
  
  
  exporting in the App.js component**
&lt;/h3&gt;

&lt;p&gt;function App(){&lt;br&gt;
return(&lt;/p&gt;
&lt;p&gt;put content here &lt;/p&gt;);&lt;br&gt;
}&lt;br&gt;
export default App
&lt;h2&gt;
  
  
  &lt;strong&gt;importing in index.js component&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;import React from 'react'&lt;br&gt;
import ReactDom from 'react-dom'&lt;br&gt;
import MyApp from './App'&lt;/p&gt;

&lt;p&gt;ReactDOM.render(,document.getElementById("root")&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Functions in JS</title>
      <dc:creator>Basil</dc:creator>
      <pubDate>Tue, 29 Oct 2024 10:36:50 +0000</pubDate>
      <link>https://dev.to/basil-tech-star/functions-in-js-3oi9</link>
      <guid>https://dev.to/basil-tech-star/functions-in-js-3oi9</guid>
      <description>&lt;p&gt;Arrow functions are more unique and are first in writing functions in JavaScript.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
