Login
Remember
Register
Ask a Question
What are the major features of React?
0
votes
asked
Jan 30, 2021
in
ReactJS
by
rajeshsharma
What are the major features of React?
#react-features
#featues-react
reactjs-features
reactjs-benefits
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 30, 2021
by
rajeshsharma
Below are the the major features of React :
It uses VirtualDOM instead of RealDOM considering that RealDOM manipulations are expensive.
Supports server-side rendering.
Follows Unidirectional data flow or data binding.
Uses reusable/composable UI components to develop the view.
...