Hacker News new | ask | show | jobs
by chiliap2 3774 days ago
Does this render all the React content server-side first? I wasn't able to figure out from an initial glance through the files.
2 comments

No. I was looking for that too.

Some prior work on that front is: https://github.com/markfinger/python-webpack --- requires a node.js server to run in tandem. Tried it a couple of months ago, and worked, but not sure how it will handle lots of load...

This was exactly our analysis. Since most of our apps don't need to be isomorphic/universal we didn't pursue this avenue.
No it does not, it serves a index.html with react/css.