Skip to content

Instantly share code, notes, and snippets.

@ajitid
Created January 16, 2021 12:33
Show Gist options
  • Save ajitid/1af5ee071ecc25127cd29e5036c183e3 to your computer and use it in GitHub Desktop.
Save ajitid/1af5ee071ecc25127cd29e5036c183e3 to your computer and use it in GitHub Desktop.
{
"React useState": {
"scope": "javascript,typescript,typescriptreact",
"prefix": "rus",
"body": "const [${1}, set${1/(.*)/${1:/capitalize}/}] = useState(${3})",
"description": "Create a React useState hook"
},
"React import": {
"scope": "javascript,typescript,typescriptreact",
"prefix": "imr",
"body": "import React from 'react'",
"description": "Import React"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment