Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created July 15, 2021 17:46
Show Gist options
  • Save DZuz14/8f7161e0c1d2191c63f41d367f69e176 to your computer and use it in GitHub Desktop.
Save DZuz14/8f7161e0c1d2191c63f41d367f69e176 to your computer and use it in GitHub Desktop.
FORMHOOK2
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