Skip to content

Instantly share code, notes, and snippets.

@safronman
Created June 22, 2022 08:21
Show Gist options
  • Select an option

  • Save safronman/a93692e18798750fff27c0a618ad9b3c to your computer and use it in GitHub Desktop.

Select an option

Save safronman/a93692e18798750fff27c0a618ad9b3c to your computer and use it in GitHub Desktop.
import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux'
import { AppDispatch, RootState } from '../../app/store'
export const useAppDispatch: () => AppDispatch = useDispatch
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment