kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Question: meteor-react-router vs flow-router+meteor-react-layout #504

Closed boustanihani closed 8 years ago

boustanihani commented 8 years ago

Just out of curiosity, how would you compare https://github.com/thereactivestack/meteor-react-router to using flow-router combined with meteor-react-layout? Which one would you recommend if one is going to build a pure react app?

arunoda commented 8 years ago

If it's going with Meteor, I suggest you to go with FlowRouter. But, I don't have anything against with ReactRouter as well :) And I'm biased.

boustanihani commented 8 years ago

are there any pros or cons... ?

arunoda commented 8 years ago

Check this forum post: https://forums.meteor.com/t/react-router-vs-flow-router/6867

boustanihani commented 8 years ago

Thanks for the link