In react everything is a Component
Step 1 create React app
npx create-react-app hello-world
Step 2 optionsl install typecript
npm i -g typescript
To create a react app with typescipt
npm create-react-app folder-name --template typescript
.jsx => stands for javascript xml
.tsx => stands for typescript xml
To use hooks import it
import React, {useState} from "react"; //useState hook