piotrwitek / react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
https://piotrwitek.github.io/react-redux-typescript-guide/
MIT License
13.35k stars 1.09k forks source link

Regarding 'Typing connected component with redux-thunk integration' section #200

Closed NickSevens closed 2 years ago

NickSevens commented 4 years ago

Hi @piotrwitek, Regarding the section Typing connected component with redux-thunk integration: I use the guide mentioned in the Warning of the docs, and this works very well in my case.

However, I was wondering if this was a temporary measure - or is this something future-proof, and still valid when updating redux-thunk, ts version, etc...?

piotrwitek commented 4 years ago

Hey @NickSevens, Thanks for the info, I guess they have merged the fix that was linked in the Warning section of the docs. In this case, I think I could finally update the docs accordingly.