svg-to-geojson icon indicating copy to clipboard operation
svg-to-geojson copied to clipboard

frint-react-server: add more functions from ReactDOM

Open fahad19 opened this issue 7 years ago • 0 comments

Affects server-side rendering only.

Currently

Only one function is supported:

  • renderToString

Support these too

  • renderToStaticMarkup
  • renderToNodeStream
  • renderStaticToNodeStream

Further reading: https://reactjs.org/docs/react-dom-server.html#overview

fahad19 avatar Oct 12 '17 08:10 fahad19