Meteor add react or npm i --save react

So I’ve been away from the meteor community for some months now. I’ve build some stuff with react and I want my new application on meteor to be with react too. So far so good. The part that I get confused is that 1.3 is right behind the corner and it seems to me that there are too many options to build meteor application with react right now. So what is the long term solution here? The official meteor tutorial with react is with their packages but there is plenty of tutorials from @arunoda’s side with pure npm react package on meteor 1.3. What I should choose and is there any signs that meteor will shut down their react packages after 1.3 is out?

Ok, I found this one https://github.com/meteor/react-packages/issues/169#issuecomment-175920636 so this answers my question. Leaving this one for anyone with the same worries.