Login
Remember
Register
Ask a Question
const store = createStore( rootReducer, applyMiddleware(thunk)); is used for _________.
+1
vote
asked
Apr 13, 2021
in
Redux
by
Robindeniel
const store = createStore( rootReducer, applyMiddleware(thunk)); is used for _________.
Select the best option from below
a) Installing thunk
b) Removing thunk
c) Enabling thunk
d) Disabling thunk temporarily
redux
redux-mcq-questions
redux-interview-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2021
by
Robindeniel
c) Enabling thunk
...