Created
January 16, 2021 12:33
-
-
Save ajitid/1af5ee071ecc25127cd29e5036c183e3 to your computer and use it in GitHub Desktop.
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
{ | |
"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