Skip to content

Instantly share code, notes, and snippets.

@nothingrealhappen
Created June 7, 2021 12:52
Show Gist options
  • Save nothingrealhappen/9301ea230932b7fcccf34af9b2a39fb4 to your computer and use it in GitHub Desktop.
Save nothingrealhappen/9301ea230932b7fcccf34af9b2a39fb4 to your computer and use it in GitHub Desktop.
Nice snippet for typescript react
{
"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