reactjs - Does using Meteor with React mean that you don't have to use IronRouter or FlowRouter? -
i've been exploring more meteor react 1 question hasn't been answered going through documentation whether react removes need router or rather if removes need bind collection router , abstracts rendering router function; routing.
does make sense?
what i'm trying figure out if ironrouter suffice meteor+react app or if should move flowrouter paradigm if i'm taking reactive path anyways.
react can used in conjunction iron router or other routing systems provided in meteor packages.
personally, have integrated react router, routing system built on top of react, , use , forgo both blaze , router built on top of blaze. doing makes easier me manage routes , components in single react component. have demo repository on github can starting point setup tutorial goes through repo step step if want go down path.
Comments
Post a Comment