Constantine
Results
3
comments of
Constantine
So how can I chain them? Nothing works here... ```js class Abc extends Component { state = {}; handleChange = (e: any) => { console.log(1); this.setState(() => ({a: e.target.value})); this.setState(()...
I understand that it triggers only in lifecycle methods... Do you have any plans to expand that to event handlers?
@Havunen I think it's not just for React, but because we need the same and reusable api everywhere