+1 vote
in Redux by

Once the Redux Thunk middleware is enabled, ___________.

Select the best option from below

a) All the options

b) None of the options

c) We can dispatch a function instead of action object

d) Action object can never be dispatched directly

1 Answer

0 votes
by
c) We can dispatch a function instead of action object
...