Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ Shell
Function
Shell
fixtures/flight-esm/src/index.js:51–55 ·
view source on GitHub ↗
({data})
Source
from the content-addressed store, hash-verified
49
);
50
51
function
Shell({data}) {
52
const
[root, setRoot] = useState(use(data));
53
updateRoot = setRoot;
54
return
root;
55
}
56
57
ReactDOM.hydrateRoot(document, React.createElement(Shell, {data}));
Callers
nothing calls this directly
Calls
2
useState
Function · 0.90
use
Function · 0.90
Tested by
no test coverage detected