facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 114 forks source link

Why would you use react alongside meteor? #67

Open WilliamHua opened 9 years ago

WilliamHua commented 9 years ago

Why would you use React alongside Meteor? Doesn't Blaze basically act as Meteor's version of React?

gutenye commented 9 years ago

For me, I use React for the view, then I'll need a model, meteor's model system is a perfect fit.

BTW, React is totally different than Blaze or any other view systems you found on the net.

WilliamHua commented 9 years ago

How is it different? Is one better than the other for certain use cases?

MaazAli commented 9 years ago

Read this thread: Reactjs, what are the benefits vs blaze and my reply here