azat-co / react-quickly

Source code for React Quickly [Manning, 2017]: Painless Web Apps with React, JSX, Redux, and GraphQL 📕
http://reactquickly.co
MIT License
544 stars 423 forks source link

Listing 7.1 `this.state.radioGroup` not updated #11

Open AdelMahjoub opened 6 years ago

AdelMahjoub commented 6 years ago

onChange={this.handleRadio} not always updating the this.state.radioGroup onClick={this.handleRadio} will always update the this.state.radioGroup

using an onClick handler instead of an onChange handler in listing 7.1 fix this issue