Created
January 5, 2019 23:19
-
-
Save aigoncharov/5c139f83490df5b9a753cfd177726e53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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