0 votes
in ReactJS by

What are the advantages of React?

1 Answer

0 votes
by
  1. Increases the application's performance with Virtual DOM.
  2. JSX makes code easy to read and write.
  3. It renders both on client and server side (SSR).
  4. Easy to integrate with frameworks (Angular, Backbone) since it is only a view library.
  5. Easy to write unit and integration tests with tools such as Jest.

Related questions

0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
0 votes
asked Jul 2, 2019 in ReactJS by Venkatshastri
...