Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 617 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 617 Bytes

Recipe for Redux with Typescript Thunk and Hooks

After a lot of research and refactoring, I manage to reduce a lot of verbose in my React apps. I couldn't find a recipe online for Redux, Thunk, Typescript and Hooks. Hence, I want to share what I did.

App Demo

For explanation, check my Medium story or YouTube Video

😯Checkout an even better verion with Redux toolkit here