Open joetidee opened 8 years ago
So will the benefits of using flow-router-ssr
like in https://kadira.io/academy/meteor-routing-guide/content/rendering-react-components persist? I'm trying to use Dochead to dynamically serve meta tags for web crawlers (which doesn't seem to be working with just flow-router
v2.x + webapp, so I'm hoping flow-router-ssr
will do the trick). https://github.com/kadirahq/flow-router/tree/ssr says to use ReactLayout
. I'm using Meteor 1.4
Also, looking at https://github.com/kadira-samples/meteor-data-and-react, what is the NoSSR use case if I will be rendering with flow-router-ssr
?
This applies to Meteor 1.3 and after? In other words, does it also apply to Meteor 1.4?
Because, now we use React from NPM directly.