React Meteor vs Meteor React

I am curious about the different implementations of React work for Meteor, there’s this one https://github.com/reactjs/react-meteor designed by Ben Jamm or this one: http://info.meteor.com/blog/meteor-the-missing-infrastructure-for-building-great-react-apps

The APIs are similar, so I am curious why the two different approaches?

For instance:

getMeteorData vs. getMeteorState

I guess I chose React Meteor and liked the API.

1 Like

I think it would be a pretty safe bet to assume that the official React integration led by the Meteor team would be the way to go. I don’t know about the particular differences in approaches but I tend to think that won’t matter if these others are abandoned due in favor of not competing with an official solution.