|
|
|
|
|
by always_good
3206 days ago
|
|
One benefit is that you have explicit events that create specific state changes. Your app is a succession of these events that certainly help when debugging and thinking about the potential states your app can be in. Like other state management solutions, it also 'writes' all your shouldComponentUpdate methods for you. |
|