0 votes
in React JS by (5.6k points)

What are the Advantages of React JS?

1 Answer

0 votes
by (5.6k points)

The advantages of React are as follows

  • Usage of JSX makes easier to read and write code
  • Improves the performance of applications with the use of virtual DOM
  • Provides an easier way to integrate with frameworks
  • It can be shared and rendered both on server and client-side
  • Writing integration and unit tests can be made smother by using tools

Related questions

0 votes
0 votes
asked Mar 1, 2020 in React JS by RShastri (1.7k points)
...