0 votes
in Redux by
While making an API call, which of the following is preferred?

Select the best option from below

a) Use a single action type with flags

b) None of the options

c) Use multiple action types

1 Answer

0 votes
by
c) Use multiple action types
...