Is MDG actually becoming opinionated on the choice of router, or is that just the personal preference of the individual who wrote the guide article? If they want to attract the legion of React fans to satisfy investors and grow adoption, I don’t quite see how that fits.
Just like with templating. In the docs there are examples of using Blaze, React and AngularJS. From what I can tell that degree of freedom didn’t always exist.
Yes, and it always will be! That’s not the point of the Meteor Guide. The point of the guide is to have an opinion about everything, for people who don’t want to have to make those decisions themselves. However, the framework itself will always be much more flexible. And in the guide we can also mention places where that flexibility exists. For example, at the top of the routing guide it says Flow Router is just one of the options, and you can use whatever other router you want, and the patterns described in the guide can still apply.
I just read the feature list for flow router 4.0 and, if I get this correctly, Blaze is not fully supported for all its features? Blaze is still a core component of the meteor stack that many people really like, it would be great if the “official” meteor router would support it 100%.
Are you referring to server side rendering? In that case, Blaze itself doesn’t support it well, so it might not be possible. Are there any other features missing?
@tomsp FR 4.0 is SSR focused release. It does not remove Blaze support. What’s happening is, SSR support will be enabled for React and for Blaze it’s just like 2.0.
Even with Blaze, you could enjoy server side redirects, and meta tags support.
Understandable. Though the only option mentioned explicitly is IronRouter, which from what I can tell has been somewhat deprecated due to no longer being maintained. If the official guide is going to be opinionated, perhaps include some discussion as to why FlowRouter was chosen over the other options.
Will fast-render still be supported even though subscription registration is being removed from the router? If so, how does the router know which publications to use to send the initial data load?