as state changes are happening asynchronously, how can I wait until state change is complete and call a function? Note: I am using functional component.
For further actions, you may consider blocking this person and/or reporting abuse
as state changes are happening asynchronously, how can I wait until state change is complete and call a function? Note: I am using functional component.
For further actions, you may consider blocking this person and/or reporting abuse
Ajmal Hasan -
Gilles Hamelink -
Aviral Srivastava -
Mike Young -
Top comments (1)
I think useEffect is what you are looking for