Skip to content

Instantly share code, notes, and snippets.

@Msirkovsky
Created January 13, 2023 08:22
Show Gist options
  • Save Msirkovsky/0c82a83b74ab577ec0656f668ff44e48 to your computer and use it in GitHub Desktop.
Save Msirkovsky/0c82a83b74ab577ec0656f668ff44e48 to your computer and use it in GitHub Desktop.
// [count, setCount] is a classic tuple but now without the support of a native tuple.
const [count, setCount] = useState(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment