Skip to content

Instantly share code, notes, and snippets.

@HuangStanley050
Created December 23, 2019 23:23
Show Gist options
  • Save HuangStanley050/8cb3fd7a7e740db9bebebaa5c93e3bc7 to your computer and use it in GitHub Desktop.
Save HuangStanley050/8cb3fd7a7e740db9bebebaa5c93e3bc7 to your computer and use it in GitHub Desktop.
Redux Typescript setup workflow
Add App specific types
Create action types
Create app state types (data in reducers)
Hook up types to Redux actions
Hook up types to Reducers
Hook up types to Store
Hook up types to middleware
Hook up types to React component(mapState,mapDispatch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment