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?
0
votes
asked
Jan 31, 2021
in
ReactJS
by
Robindeniel
What are the advantages of React?
#reactjs-advantages
react-benefits
reactjs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2021
by
Robindeniel
Below are the list of main advantages of React,
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.
...