facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 114 forks source link

Possible to have first render server side, then everything else client side? #47

Closed trusktr closed 9 years ago

trusktr commented 9 years ago

Is it possible to use meteor-routecore to render a page's initial HTML server-side, then the client takes over?

trusktr commented 9 years ago

Oops, I meant react-meteor, not meteor-routecore. I wonder if we can render React on the serverside to have nice initial page loads with the pre-determined HTML being sent to the browser.

don-smith commented 9 years ago

I was wondering the same thing. Has anyone got this working yet? Is it possible?

Update: Looks like it's not possible today. The existing discussion is taking place in #41.

trusktr commented 9 years ago

Yeah, let's close this for that one.