MCPcopy
hub / github.com/vercel/styled-jsx / createApp

Function createApp

test/index.js:263–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261
262 const registry = createStyleRegistry()
263 const createApp = () =>
264 React.createElement(StyleRegistry, { registry }, React.createElement(App))
265
266 // Render using react
267 ReactDOM.renderToString(createApp())

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…