Google News
logo
ReactJS - Interview Questions
What are the major features of React?
The major features of React are:
 
* It uses VirtualDOM instead of RealDOM considering that RealDOM manipulations are expensive.
* It uses server-side rendering.
* It follows uni-directional data flow or data binding.
 
Uses reusable/composable UI components to develop the view.
Advertisement