Thunk
#
Redux Thunknpm i -s redux-thunk
Redux out of the box does not the thing to do async.
Thunk is a function that's returned from another function.
- Regular Action Creator
- Thunking Abstraction
npm i -s redux-thunk
Redux out of the box does not the thing to do async.
Thunk is a function that's returned from another function.