frintjs/frint

frint-react-server: add more functions from ReactDOM

Open

#334 aberto em 12 de out. de 2017

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (37 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (746 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador