Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the advantages of React?
Home
ReactJS
What are the advantages of React?
asked
Jul 2, 2019
in
ReactJS
by
Venkatshastri
What are the advantages of React?
#reactjs
#redux
#redux#state
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 2, 2019
by
Venkatshastri
Increases the application's performance with
Virtual DOM
.
JSX makes code easy to read and write.
It renders both on client and server side (
SSR
).
Easy to integrate with frameworks (Angular, Backbone) since it is only a view library.
Easy to write unit and integration tests with tools such as Jest.
...