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

Function B

packages/react-dom/src/__tests__/ReactDOMFizzDeferredValue-test.js:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 'incremental hydration',
133 async () => {
134 function B() {
135 const text = useDeferredValue('B [Final]', 'B [Initial]');
136 return <Text text={text} />;
137 }
138
139 function App() {
140 return (

Callers

nothing calls this directly

Calls 1

useDeferredValueFunction · 0.50

Tested by

no test coverage detected