class { onCreate() { this.state = { count: 0, renderHello: true }; } } [ROOT]