What is React and It's Features?
What is React
React is an open-source javascript library for building user interfaces(UI) of web applications. React has also been extended as React Native for building UI for native mobile applications.
React is in the list of most famous and capable front-end technologies. Because it allows to create interactive, rich and responsive UI in a very easy and convenient way. Inside a
web application React is only reasposible for the look and feel of the UI because it is only reasposible for application`s view layer.
