This file contains 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
facebook.com | |
instagram.com | |
threads.net | |
meta.com | |
fb.me | |
facebook.com.ar | |
fbsbx.com | |
messenger.com | |
serverhub.net.nz | |
facebook-domain-names.com |
This file contains 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, { createContext, useContext, useState } from 'react' | |
const FormContext = createContext() | |
export const useForm = () => { | |
const context = useContext(FormContext) | |
if (context) return context | |
const [formData, setFormData] = useState({}) |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am joshua-turner on github. | |
* I am joshuaturner (https://keybase.io/joshuaturner) on keybase. | |
* I have a public key whose fingerprint is 22CF 37A9 463B 4D35 60FE 55D2 29D1 F8C5 0A9B CBE4 | |
To claim this, I am signing this object: |