Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created June 13, 2021 15:00
Show Gist options
  • Save DZuz14/245f332ba9560f5615713c03808321e6 to your computer and use it in GitHub Desktop.
Save DZuz14/245f332ba9560f5615713c03808321e6 to your computer and use it in GitHub Desktop.
useFileUpload. skeleton
import { useState, useEffect } from 'react';
export const useFileUpload = () => {
//
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment