class { onInput(input) { this.state = { name: undefined } } }
Hello ${state.name || ''}!