Q) What is REACT?
=> React is a JavaScript Library used to build user interface of web and mobile application.
Difference Between Framework and Library :-
=> A framework is a structured environment that provides tools, rules, and architecture to build applications.
The framework controls the flow of the application and calls your code when needed.
Example: Angular is a framework.
=> A library is a collection of reusable code that helps you perform specific tasks.
You are in control of when and how to use it.
Example: React is a library used for building user interfaces.
Now, COMING UP WITH THE TOPIC REACT:-
.) React is the most popular library for Building User Interfaces.
.) React works on component based architecture where developers break UI into small reusable components and use it to create an application with complex logic.
Top comments (0)