Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Created June 14, 2019 23:14
Show Gist options
  • Save zackshapiro/dee3b918c1e377e768ba9667811cff25 to your computer and use it in GitHub Desktop.
Save zackshapiro/dee3b918c1e377e768ba9667811cff25 to your computer and use it in GitHub Desktop.
import React from 'react'
const initialState = {
files: [],
pending: [],
next: null,
uploading: false,
uploaded: {},
status: 'idle',
}
const useFileHandlers = () => {
return {}
}
export default useFileHandlers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment