+1 vote
in Redux by

For an API request, which of the following actions is dispatched first?

Select the best option from below

a) An action informing the reducers that the request has been completed successfully

b) None of the options

c) An action informing the reducers that the request has begun

d) An action informing the reducers that the request has failed

1 Answer

0 votes
by
c) An action informing the reducers that the request has begun

Related questions

+1 vote
asked Apr 13, 2021 in Redux by Robindeniel
0 votes
asked Apr 13, 2021 in Redux by Robindeniel
...