Skip to content

Instantly share code, notes, and snippets.

@alxlion
Last active May 31, 2020 16:55
Show Gist options
  • Save alxlion/f48affbde223636cf87b6fc4c3a44763 to your computer and use it in GitHub Desktop.
Save alxlion/f48affbde223636cf87b6fc4c3a44763 to your computer and use it in GitHub Desktop.
Hook react example 1
function MyComponent() {
const [counter, setCounter] = useState(0)
return(<div />)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment