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 (37 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (746 stars)
PR merge metrics
 (No merged PRs in 30d)

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