Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created April 16, 2024 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulieScanlon/5f3e3652d7c11550e7720f1b64cb5d84 to your computer and use it in GitHub Desktop.
Save PaulieScanlon/5f3e3652d7c11550e7720f1b64cb5d84 to your computer and use it in GitHub Desktop.
Example of useState
const [counter, setCounter] = useState(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment