
Intro in ReactJS
β
public β Static files like images, icons, and fonts.
π Step 5: Write Your First Component
React uses components to build the UI. Hereβs a simple functional component:
App.jsx
import React from 'react';const App = () => { return ( <div> JSX (JavaScript XML) β Syntax that looks like HTML but works in JavaScript.
π Step 6: Render the Component
React needs to render the component into the root index.html
.
main.jsx