Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/preactjs/preact
/ devtools.jsx
File
devtools.jsx
demo/devtools.jsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Component, memo, Suspense, lazy } from
'react'
;
2
3
function Foo() {
4
return <div>I'm memoed</div>;
Callers
nothing calls this directly
Calls
2
lazy
Function · 0.85
memo
Function · 0.85
Tested by
no test coverage detected