frintjs/frint

frint-react-server: add more functions from ReactDOM

Open

#334 opened on Oct 12, 2017

View on GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (746 stars) (37 forks)batch import
featurehelp wanted

Description

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

Contributor guide