class { onCreate(input) { this.state = { mode: 'sign-in' }; } setType(value) { this.state.mode = value; } }