React JS is a java script library to create user interfaces. it is also called front end java script library created by facebook.
Using react js we can create reusable component.
Create react app
Note: make sure you have installed node js and npm on your computer.
npx create-react-app project_name
Start react app
cd project_name
npm start
JSX
Java script syntax extension.