Skip to content

Instantly share code, notes, and snippets.

@muneneevans
Created November 4, 2017 10:17
Show Gist options
  • Save muneneevans/c13686e28dec857487477974c867f569 to your computer and use it in GitHub Desktop.
Save muneneevans/c13686e28dec857487477974c867f569 to your computer and use it in GitHub Desktop.
Selectors manipulate and provide data to the user interface
export function getPosts(state){
return state.postsReducer.posts
}
export function getPostStatus(state){
return state.postsReducer.postsIsFetched
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment