Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
examples/preact/src/Counter.js:17–18 ·
view source on GitHub ↗
(props, state)
Source
from the content-addressed store, hash-verified
15
}
16
17
render(props, state) {
18
return
<div>10:{state.count}</div>;
19
}
20
}
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected