Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Last active August 16, 2016 01:39
Show Gist options
  • Save jbaxleyiii/5e3de10144a08ef809e8783e3865855b to your computer and use it in GitHub Desktop.
Save jbaxleyiii/5e3de10144a08ef809e8783e3865855b to your computer and use it in GitHub Desktop.
import { renderToStringWithData } from "react-apollo/server"
// during request
renderToStringWithData(app).then(markup => {
// send markup to client
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment