Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created October 27, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indreklasn/0af97b950b8ee27e61bd68eaa613186b to your computer and use it in GitHub Desktop.
Save indreklasn/0af97b950b8ee27e61bd68eaa613186b to your computer and use it in GitHub Desktop.
const initialState = {
isFetching: null,
data: [],
hasError: false,
errorMessage: null,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment