Is the official recommendation still flow router. Project seems stale? Last commit was in april and for the longest time there has been no ping from Arunoda or others.
In forum theres topics like this:
Im unsure about which router to to use in next project.
Honestly routers are not that complicated - I’m not sure what it even means for a router to be “stale”. But you can apply similar reasoning to react router etc.
Are you starting your project with Blaze or React as a view layer? If it’s the former - go with FlowRouter, it’s stable and proven (even if it doesn’t receive much updates lately, I never ran into any issue with it). If it’s the latter then probably React Router is the way to go.
Also, I’m trying to revitalize FlowRouter via FineRouter. So, PRs and contributors are welcomed.
And I agree, if going React, then at least look at ReactRouter (although FineRouter works with React of course), otherwise FineRouter or FlowRouter is what to use.
It wouldn’t be a news if I say kadira:flow-router mentioned in this guide is outdated and unmaintained now.
Will it be okay with you and MDG if I send a PR to add ostrio:flow-router-extra as the alternative (or replacement) to kadira:flow-router? It’s already mentioned in the Blaze routing docs.
I can write a hack that tells the Router to go externally, but for SEO this is horrible that I can’t have a regular link in the page. It creates unintended nofollow that I need to get past.