Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
examples/SSR/src/Counter.js:19–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
render() {
20
// gen should change. count - no.
21
return
(
22
<span>
23
{this.state.count}:{this.gen++}
24
</span>
25
);
26
}
27
}
28
29
export
default Counter;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected