• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
June 08, 2022 |2.6K Views
Hello, React
  Share   Like
Description
Discussion

React is a Javascript Library that was created by Facebook for building better User Interface(UI) web applications and mobile applications. It is an open source library for creating interactive and dynamic applications.

In this article, we will see how to build a basic react app that shows hello world.

To create a react application, Node.js version of at least 10 or higher need to be installed on your system. If it is installed you can check by using the following command in your command line.

Hello, React: https://www.geeksforgeeks.org/build-a-basic-react-app-that-display-hello-world/