You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I mean "server rendering" which I think some people refer to is a "isomorphic" app? I think this is generally pretty crucial feature to a Website that intend to load fast and by picked up by crawlers.
I believe README explicitly mentions this. We don't intend to support server rendering with this tool for numerous reasons (mostly that it imposes a lot more configuration and decisions than we are willing to support at this point). This tool is not the way to create React apps, it's just one possible way. You might be better served by tools listed as "alternatives" in README.
Activity
gaearon commentedon Jul 26, 2016
What does prerender mean? I don't quite understand.
If you mean server rendering, there are no plans to support it in this tool.
gaearon commentedon Jul 29, 2016
I’m not sure what you meant exactly so I’ll close, but feel free to elaborate.
Thanks!
kaihendry commentedon Aug 1, 2016
Yes, I mean "server rendering" which I think some people refer to is a "isomorphic" app? I think this is generally pretty crucial feature to a Website that intend to load fast and by picked up by crawlers.
I even went so far as an silly example: https://jsfiddle.net/dfumm9p9/
gaearon commentedon Aug 1, 2016
I believe README explicitly mentions this. We don't intend to support server rendering with this tool for numerous reasons (mostly that it imposes a lot more configuration and decisions than we are willing to support at this point). This tool is not the way to create React apps, it's just one possible way. You might be better served by tools listed as "alternatives" in README.