Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/preactjs/preact
/ render
Function
render
test/fixtures/preact.js:576–578 ·
view source on GitHub ↗
(vnode, parent, merge)
Source
from the content-addressed store, hash-verified
574
this.__h = [];
575
}
576
function
render(vnode, parent, merge) {
577
return
diff(merge, vnode, {}, !1, parent, !1);
578
}
579
function
createRef() {
580
return
{};
581
}
Callers
15
events.test.jsx
File · 0.90
Portal
Function · 0.90
act.test.jsx
File · 0.90
renderBroken
Function · 0.90
renderWorking
Function · 0.90
renderBrokenAsync
Function · 0.90
renderBrokenEffect
Function · 0.90
rerender.test.jsx
File · 0.90
style.test.jsx
File · 0.90
fragments.test.jsx
File · 0.90
fn
Function · 0.90
toChildArray.test.jsx
File · 0.90
Calls
1
diff
Function · 0.70
Tested by
15
renderBroken
Function · 0.72
renderWorking
Function · 0.72
renderBrokenAsync
Function · 0.72
renderBrokenEffect
Function · 0.72
fn
Function · 0.72
test
Function · 0.72
test
Function · 0.72
check
Function · 0.72
verifyLifecycleMethods
Function · 0.72
fn
Function · 0.72
fn
Function · 0.72
renderItemsAndAssert
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…