DEV Community

Discussion on: Code Review

Collapse
 
naismith profile image
Chris Naismith

I also use Typescript at work and use this method for mapDispatchToProps. Currently I'm using the @redux/toolkit which exports ActionCreatorWithPayload which is helpful for just reducing complexity. Best of luck.

Thread Thread
 
pantbinod001 profile image
Binod Pant

Thank you, Your suggestion reduces complexity. for the next project, I will apply @redux/toolkit. Once again thank you.