ReactJS pros:
- SEO-friendly
-Fast when it comes to displaying a big amount of components
-Easy to create UI test cases
-Debugging is getting easy with specialized Chrome extension
-Components can be easily reused
ReactJS cons:
-Requires the manual processing of data changes
-Requires more code in some cases
-View oriented
(According cleveroad.com/blog/react-vs-angular-ultimate-perf…)