MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / renderToString

Method renderToString

site/IndexPage.js:53–56  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

51 }
52
53 static renderToString(props) {
54 return IndexPage.getDoctype() +
55 ReactDOMServer.renderToString(<IndexPage {...props} />);
56 }
57
58 constructor(props) {
59 super(props);

Callers 1

renderPathFunction · 0.80

Calls 1

getDoctypeMethod · 0.80

Tested by

no test coverage detected