REACT JS
React is an efficient, declarative, and flexible
open-source JavaScript library for building simple, fast, and scalable frontends of
web applications.It is a component-based, open-source front-end library that is in
charge of the application's view layer.While it creates basic views for every state
in the project, when the data changes, the framework
also updates and renders the appropriate component promptly. React is capable of
making API calls
(sending the request to the backend), which deal with the data.