Created
June 7, 2021 12:52
-
-
Save nothingrealhappen/9301ea230932b7fcccf34af9b2a39fb4 to your computer and use it in GitHub Desktop.
Nice snippet for typescript react
This file contains hidden or 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
{ | |
"useState": { | |
"prefix": "useState", | |
"body": ["const [$1, set${1/(.*)/${1:/capitalize}/}] = useState($0);\n"], | |
"description": "React useState snippet" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment