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

Method render

examples/indeterminateComponent/src/Counter.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 render() {
15 return (
16 <div>
17 {this.state.count}
18 {this.props.children && <span>{this.props.children}</span>}
19 </div>
20 );
21 }
22}
23
24export default Counter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected