Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/preact-cli-plugin-async
/ render
Method
render
test/index.js:13–20 ·
view source on GitHub ↗
({}, { source })
Source
from the content-addressed store, hash-verified
11
}
12
13
render({}, { source }) {
14
return
(
15
<div>
16
<h2>HTML Source:</h2>
17
<pre>{source}</pre>
18
</div>
19
);
20
}
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected