MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / render

Method render

examples/indeterminateComponent/src/App.js:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15class AsyncMiddle2 extends React.Component {
16 render() {
17 return (
18 <div>
19 2:<Counter />
20 </div>
21 );
22 }
23}
24
25const DeferAsync = (props, context) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected