React Js

--

React, also known as React.js, is an open-source JavaScript library developed by Facebook. React uses an HTML-in-JavaScript syntax called JSX (JavaScript and XML).

Type of React

  1. Functional React
  2. Class React

Way to create a React.

  1. Open a folder on your desktop.
  2. Install Yarn and node on your System.
  3. Open the folder with Vscode.
  4. Open your terminal.
  5. write yarn create vite
  6. put your folder name the cd the name of the folder.
  7. then yarn install after then yarn run dev

Prop

Props are arguments passed into React components.

React Conditional Rendering

  1. if Statement
  2. logical operetor &&
  3. tenary operator (true:false)

--

--