MCPcopy Create free account
hub / github.com/Lobos/react-ui / ReactServerRenderingTransaction

Function ReactServerRenderingTransaction

docs/lib/react.js:13359–13363  ·  view source on GitHub ↗

* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup

(renderToStaticMarkup)

Source from the content-addressed store, hash-verified

13357 * @param {boolean} renderToStaticMarkup
13358 */
13359function ReactServerRenderingTransaction(renderToStaticMarkup) {
13360 this.reinitializeTransaction();
13361 this.renderToStaticMarkup = renderToStaticMarkup;
13362 this.useCreateElement = false;
13363}
13364
13365var Mixin = {
13366 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…