MCPcopy
hub / github.com/facebook/react / App

Function App

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:487–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 const Lazy = React.lazy(() => imports);
486
487 const App = () => (
488 <div>
489 <Suspense fallback={<span>Loading...</span>}>
490 <Lazy />
491 <span id="after">after</span>
492 </Suspense>
493 </div>
494 );
495
496 return [App, resolve];
497 };

Callers

nothing calls this directly

Calls 15

getVisibleChildrenFunction · 0.90
waitForAllFunction · 0.85
makeAppFunction · 0.85
onRenderFunction · 0.85
getComputedStyleMethod · 0.80
onMethod · 0.80
actFunction · 0.70
renderToPipeableStreamFunction · 0.70
onErrorFunction · 0.70
expectErrorsFunction · 0.70
componentStackFunction · 0.70

Tested by

no test coverage detected