Created
July 15, 2021 17:46
-
-
Save DZuz14/8f7161e0c1d2191c63f41d367f69e176 to your computer and use it in GitHub Desktop.
FORMHOOK2
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 React, { useState, useEffect } from 'react' | |
const FormHook = () => { | |
// return something here... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment