React is an open-source front-end JavaScript library. This series will cover React from
starting to the end. We will learn react from the ground up!
ReactJS is a JavaScript library used to build User Interfaces (UI). It significantly decreases the code with its components, states (i.e., hooks), etc.
Open your terminal in the directory where you would like to create your application. Run this command to create a React application named my-react-app
: