kadirahq / meteor-react-layout

Simple React Layout Manager for Meteor with SSR Support
MIT License
138 stars 22 forks source link

Why is it important to use react-mounter instead? #58

Open joetidee opened 8 years ago

arunoda commented 8 years ago

Because, now we use React from NPM directly.

fvpDev commented 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?

AnthonyLamot commented 7 years ago

This applies to Meteor 1.3 and after? In other words, does it also apply to Meteor 1.4?