MCPcopy Index your code
hub / github.com/reactide/reactide / constructor

Function constructor

example/client/components/App.js:43–47  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

41
42class App extends Component {
43 constructor(props) {
44 super(props);
45 this.handleClick = this.handleClick.bind(this);
46 this.state = getInitialState();
47 }
48
49 handleClick(row, square) {
50 let { turn, winner } = this.state;

Callers

nothing calls this directly

Calls 1

getInitialStateFunction · 0.85

Tested by

no test coverage detected