Created
January 13, 2023 08:22
-
-
Save Msirkovsky/0c82a83b74ab577ec0656f668ff44e48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// [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