0 votes
in ReactJS by
edited by
Why is the usage of setState?

a) Invoke code after the setState operation is done.

b) Replace the state completely instead of the default merge action.

c) Access the previous state before the setState operation.

d) None of the above.

1 Answer

0 votes
by

a) Invoke code after the setState operation is done.

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...