Login
Remember
Register
Ask a Question
What are the advantages of React?
0
votes
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.
...