Skip to content

Instantly share code, notes, and snippets.

@kingsley-einstein
Created June 27, 2020 19:28
Show Gist options
  • Save kingsley-einstein/b014c21731203914e94d44a156b2e1e8 to your computer and use it in GitHub Desktop.
Save kingsley-einstein/b014c21731203914e94d44a156b2e1e8 to your computer and use it in GitHub Desktop.
import { AppState } from '../../states';
export const selectPost = (state: AppState) => state.postState.data;
export const selectPosts = (state: AppState) => state.postState.posts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment