getInitialState method

Map getInitialState()
inherited

Invoked once before the Component is mounted. The return value will be used as the initial value of state.

See: reactjs.org/docs/react-component.html#getinitialstate

Implementation

Map getInitialState() => {};