DEV Community

Discussion on: A type-safe approach to Redux stores in TypeScript

Collapse
 
resir014 profile image
Resi Respati

Also, re: ConnectedReduxProps - I initially decided to do it this way because I didn't know how to properly type mapDispatchToProps calls, but now that I know how, expect for some updates to this pattern in the near future. :-)