Current state of SSR?

What’s the current state of SSR in Meteor?

I know this tends to be tied to the router, but Meteor now has added a new hook. Are there any (actively maintained) forks of FlowRouter or React Router (or another router) which is currently using that new hook?

Thanks,

Kevin N.

But why forking React Router? You can use SSR with new server-render package with standard React Router.

Example: SSR in Meteor - some thoughts

2 Likes

I didn’t mean that we need a fork of react router (that was more for Flow Router, the mainline of which is no longer maintained). Thanks for the link, I’ll check it out.