Login
Remember
Register
Ask a Question
What are the Advantages of React JS?
0
votes
asked
Nov 26, 2019
in
ReactJS
by
AdilsonLima
What are the Advantages of React JS?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 26, 2019
by
AdilsonLima
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
...