Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BetaSu/big-react
/ createTextInstance
Function
createTextInstance
packages/react-dom/src/hostConfig.ts:25–27 ·
view source on GitHub ↗
(content: string)
Source
from the content-addressed store, hash-verified
23
};
24
25
export
const
createTextInstance = (content: string) => {
26
return
document.createTextNode(content);
27
};
28
29
export
const
appendChildToContainer = appendInitialChild;
30
Callers
1
completeWork
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected