Skip to content

Instantly share code, notes, and snippets.

@bhupendra-nitt
Created April 12, 2019 05:33
Show Gist options
  • Save bhupendra-nitt/f4a2758c0f9e03edf4e8cdaeec57657b to your computer and use it in GitHub Desktop.
Save bhupendra-nitt/f4a2758c0f9e03edf4e8cdaeec57657b to your computer and use it in GitHub Desktop.
const [name, setName ] = useState('')
const [age, setAge] = useState('')
const [error, validateForm] = useState({})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment