Y
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
JohnDotAwesome
3186 days ago
Relevant example using Preact
https://cloudflareworkers.com/#87ec550da87ab3f7de756a4979c00...
link
tycho01
3186 days ago
Could this be generalized to work across frameworks with e.g.
https://github.com/prerender/prerender
?
link