Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kdchang/reactjs101
/ render
Method
render
Ch02/webpack-example/app/index.js:10–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
};
9
}
10
render() {
11
return
(
12
<div>
13
<h1>Hello, World!</h1>
14
</div>
15
);
16
}
17
}
18
19
ReactDOM.render(<App />, document.getElementById(
'app'
));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected