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
Evotik -
Anisha Malde -
Poornima Gowda -
M. Saad Ullah -
Top comments (1)
I think useEffect is what you are looking for