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

Function Async

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

Source from the content-addressed store, hash-verified

6033 const promiseC = Promise.resolve('C');
6034
6035 function Async() {
6036 return use(promiseA) + use(promiseB) + use(promiseC);
6037 }
6038
6039 function App() {
6040 return (

Callers

nothing calls this directly

Calls 1

useFunction · 0.50

Tested by

no test coverage detected