Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kdchang/reactjs101
/
Class
Ch02/webpack-example/app/index.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
ReactDOM from
'react-dom'
;
3
4
class
App extends React.Component {
5
constructor(props) {
6
super(props);
7
this.state = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected