MCPcopy Index your code
hub / github.com/react/react / App

Function App

packages/react-dom/src/__tests__/ReactDOMFizzStatic-test.js:277–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 function App() {
278 ReactDOM.preload('image', {as: 'image', fetchPriority: 'high'});
279 ReactDOM.preload('font', {as: 'font'});
280 return (
281 <html>
282 <body>hello</body>
283 </html>
284 );
285 }
286
287 const result = await ReactDOMFizzStatic.prerenderToNodeStream(<App />, {
288 onHeaders,

Callers

nothing calls this directly

Calls 2

abortMethod · 0.65
thenMethod · 0.65

Tested by

no test coverage detected