Skip to content

Instantly share code, notes, and snippets.

@ctrlplusb
Created February 8, 2019 00:20
Show Gist options
  • Save ctrlplusb/b0200402533c3d3e02b4919431590cda to your computer and use it in GitHub Desktop.
Save ctrlplusb/b0200402533c3d3e02b4919431590cda to your computer and use it in GitHub Desktop.
import { createTypedHooks } from "easy-peasy";
import { StoreModel } from "./model";
const {
useActions,
useStore,
useDispatch
} = createTypedHooks<StoreModel>();
export { useActions, useDispatch, useStore };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment