1. What is React ?
React is a Javascript library built by a group of engineers at Facebook and Instagram. It describes itself as a "Javascript library for building user interfaces". Whereas other JavaScript libraries like Angular and Ember contain features related to data fetching, data modeling, controllers etc. React is only concerned with the "view" of your application.
2. So if Meteor already has Blaze, why would you want to use React ?