Skip to content

Instantly share code, notes, and snippets.

@stacietaylorcima
Created October 28, 2019 03:41
Show Gist options
  • Save stacietaylorcima/b6ac4e5bec4d99f23e91e77c53ccec44 to your computer and use it in GitHub Desktop.
Save stacietaylorcima/b6ac4e5bec4d99f23e91e77c53ccec44 to your computer and use it in GitHub Desktop.
This is the initial state
{
hello: 'world',
loggedIn: true,
apiKey: 'sfjkasldkfjslktestfakedu2p39i4',
fetchingApps: false,
apps: [
{
notes: '',
userData: [],
appData: '',
name: 'failchimp',
created: '2019-04-05T20:15:25.950Z',
updated: '2019-04-05T20:15:25.950Z'
}
],
selectedApp: null,
selectedEndpoint: null,
currentError: '',
userEmail: 'thisisafakeemail@faker.com',
userRole: 'admin',
fetching: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment