
What is React?
React is a front end JavaScript library developed by Facebook in 2011. It's component based approach which helps in building reusable UI components. It is used for developing complex and interactive web and mobile UI.
What are the features of React?
Major features of React are listed below:
It uses the virtual DOM instead of the real DOM.
It uses server-side rendering.
It follows uni-directional data flow or...