MCPcopy Index your code
hub / github.com/Broltes/react-touch-loader / constructor

Method constructor

example/app.jsx:9–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8class App extends React.Component {
9 constructor() {
10 super();
11 this.state = {
12 canRefreshResolve: 1,
13 listLen: 0,
14 hasMore: 0,
15 initializing: 1,
16 refreshedAt: Date.now(),
17 };
18 }
19
20 componentDidMount() {
21 setTimeout(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected