public StatelessView<State>
View which does not have its own internal state and therefore should take new state from outside.
void updateState(State newState)
Updates state of the view.
newState