React Tutorial A Step-by-Step Guide(1)

In this React tutorial, I will explain What is React, Why should you learn React, and the technical aspects of React. In the end, I will show how to start a simple React application.
What is React?
React is an open-source javascript library for building user interfaces. React is not a framework. It's a library and focuses on building User interfaces(UIs). React…