Created
November 19, 2019 13:25
-
-
Save maxfarseer/efcbed3fb8943490a9f9cd69d50c80e7 to your computer and use it in GitHub Desktop.
data request initial state
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
initialState = { | |
data: [], | |
isLoading: false, | |
error: null, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment