0 votes
in ReactJS by
What are the major features of React?

1 Answer

0 votes
by

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.
...