Created
June 13, 2021 15:00
-
-
Save DZuz14/245f332ba9560f5615713c03808321e6 to your computer and use it in GitHub Desktop.
useFileUpload. skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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