Skip to content

Instantly share code, notes, and snippets.

@psqq
Created August 18, 2022 03:42
Show Gist options
  • Save psqq/cf7bea5074029c23572af4c6d16c42bf to your computer and use it in GitHub Desktop.
Save psqq/cf7bea5074029c23572af4c6d16c42bf to your computer and use it in GitHub Desktop.
{
"React useState": {
"scope": "javascript,typescript,javascriptreact",
"prefix": "rus",
"body": [
"const [${1}, set${1/(.*)/${1:/capitalize}/}] = useState($2);",
"$0"
],
"description": "useState"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment