React Router v4, docs was released a couple of days ago, it was fully rewritten and has new API.
Check it, maybe it can fit your app
React Router v4, docs was released a couple of days ago, it was fully rewritten and has new API.
Check it, maybe it can fit your app
v4 is still pre-release at the moment, Iād leave it for a little while just to let them iron-out the bugs first, especially as itās a major rewrite.
I didnāt know the existence of the webapp api so was running express on a separate port, this is so much more elegant, thanks for the snippet!
Time to revive this old thread!
So, Iāve just started learning React, and now Iām wondering the same thing! Itās been almost a year, what has happened? Is FlowRouter still the preferred router for React apps in the Meteor community? Even though Iāve used FlowRouter before, I donāt really know what benefits it has over ReactRouter.
Iām currently making the switch from blaze to react. I love flowrouter, but since it stopped being maintained i feel like its the right time to switch.
My number one argument in favor of flowrouter would be its similarity with other routers like iron router. Its api is easy to use and works really well with tracker and blaze templates.
If you get yourself familiar with react jsx, you will notice that react-router feels like a much better fit and really in accordance with the react way of doing things. React router is also supported by a wider community making it less likely that people stop maintaining it.
Iām just starting a new React based Meteor app and currently, Iām heavily leaning towards React Router. While I like the simplicity of FlowRouter, the fact itās no longer maintained actively seems too unpredictable for me to pick up. This is the point where I wish MDG would pick it up and at least maintain it especially since itās a core part of their documentation, but that doesnāt seem likely at this point so I guess Iāll just use React Router. RRv4 seems interesting and not overly difficult to set up and use at least.
FlowRouter Is still maintained with excellent support by VeliovGroup
and have many new useful features
how FlowRouter relates to Docker?
Iām glad someone picked this up.
I hadnāt heard anyone had picked it up to maintain it. Thatās awesome though! Thanks for pointing it out.
Though they donāt seem to talk at all about React, are people still using Kadiraās Mount and if so is that still maintained by someone?