How to start with React App
Let us start with React js, As React is a javascript library, so all the code will be in javascript and can be coded in Visual Studio Code.
To create new React app, In terminal you have to give:
-> npx create-react-app (app-name)
-> cd (app-name)
-> npm start