class Hello { getFoo() { this.state.foo = 'bar' return this.state.foo; } }