Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
examples/indeterminateComponent/src/App.js:6–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
class
AsyncMiddle1 extends React.Component {
6
render() {
7
return
(
8
<div>
9
1:<Counter />
10
</div>
11
);
12
}
13
}
14
15
class
AsyncMiddle2 extends React.Component {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected