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.

Related questions

0 votes
asked Feb 14, 2023 in ReactJS by Robindeniel
0 votes
0 votes
asked Feb 4, 2020 in VueJS by rajeshsharma
...