markerikson / marks-dev-blog-comments

Comments for my blog
4 stars 0 forks source link

Blogged Answers: A Comparison of Redux Batching Techniques #48

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Blogged Answers: A Comparison of Redux Batching Techniques · Mark's Dev Blog

https://blog.isquaredsoftware.com/2020/01/blogged-answers-redux-batching-techniques/

rajatkb-typito commented 2 years ago

I am having this issue when using Redux-thunk , as on of the middlewares with Redux-batch package , It is not passing the enhanced dispatch to the redux thunk , thunk seems to be using the default dispatch , created by applymiddleware.