Hacker News new | ask | show | jobs
by skrebbel 3186 days ago
Sounds like this could be a pretty trivial way to load balance React prerendering. As long as the react code fetches all data in 1 call it should be at least as efficient as doing it all in Nodejs on your server.
2 comments

Could this be generalized to work across frameworks with e.g. https://github.com/prerender/prerender?