React For Beginners : What is React

Опубликовано: 11 Март 2026
на канале: Coding Leader
122
10

In this video we will understand what is React JS.

What is React?
React is a JavaScript library.
React is not a framework (unlike Angular).
React is an open-source project created by Facebook.
React is used to build user interfaces (UI) on the front end.
React is the view layer of an MVC application (Model View Controller)

Benefits of using React
1. Easy to Learn, Easy to Use
2. Reusable Components
3. The Virtual DOM
4. Great Developer Tools