Skip to content

Instantly share code, notes, and snippets.

@aigoncharov
Created January 5, 2019 23:19
Show Gist options
  • Save aigoncharov/5c139f83490df5b9a753cfd177726e53 to your computer and use it in GitHub Desktop.
Save aigoncharov/5c139f83490df5b9a753cfd177726e53 to your computer and use it in GitHub Desktop.
const selectorCatsData = (state) => state.cats.data
const selectorCatsLoading = (state) => state.cats.loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment