Meteor 1.5 SSR vs meteor-react-router-ssr or other?

One of the big features that has come in Meteor 1.5.1 is server-side rendering (https://blog.meteor.com/announcing-meteor-1-5-1-b65ecddf955b) , but this isn’t anything new for react developers, we’ve been using https://github.com/thereactivestack-legacy/meteor-react-router-ssr which thankfully has a new maintainer (@copleykj).

Personally, I’m coming back to Meteor after a year of leading a react dev. team and using either node/express or a fork of Meteor that implements webpack such as Crater. So, I’ll ask what maybe a question w/ an obvious answer, apologies if so; Which package to use? What’s the way to implement SSR?

I have another week to finish putting together my architecture for a large React/Meteor/Typescript application. I wouldn’t have been able to do it w/o help from forums and stackoverflow so I’m sharing all the work here: https://github.com/Falieson/react15-meteor1.5-typescript2.4

3 Likes