rolajs / rola

An incrementally adoptable framework for building production React sites.
11 stars 0 forks source link

allow for async export from server #22

Closed estrattonbailey closed 5 years ago

estrattonbailey commented 5 years ago

wait for server to bootstrap and then handle responses

also means static generator needs to await the server

estrattonbailey commented 5 years ago

on second thought, I'm thinking this is probably less helpful in a serverless env anyway, and otherwise likely unnecessary in most cases