Skip to content

Instantly share code, notes, and snippets.

@DSchau
Created February 26, 2019 17:14
Show Gist options
  • Select an option

  • Save DSchau/50c23ca3109176771a8153ed0c08a9f1 to your computer and use it in GitHub Desktop.

Select an option

Save DSchau/50c23ca3109176771a8153ed0c08a9f1 to your computer and use it in GitHub Desktop.
Prelim. version of Gatsby + Ionic
const { renderToString } = require(`react-dom/server`)
exports.replaceRenderer = function replaceRenderer({ bodyComponent, replaceBodyHTMLString }) {
const bodyHTML = renderToString(bodyComponent)
// parse into document (and inject this into stencil SSR)
// call SSR APIs
// call replaceBodyHTMLString with hydrated HTML
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment