Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:47
Show Gist options
  • Save jsmanifest/02c7c1ed732705fd9b716b8bac85d416 to your computer and use it in GitHub Desktop.
Save jsmanifest/02c7c1ed732705fd9b716b8bac85d416 to your computer and use it in GitHub Desktop.
const initialState = {
files: [],
pending: [],
next: null,
uploading: false,
uploaded: {},
status: IDLE,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment