Created
February 3, 2023 07:04
-
-
Save dipeshhkc/637f73f971baf1b2ee3c68c1c94ce655 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 Starter": { | |
"scope": "javascript,typescript,typescriptreact,javascriptreact", | |
"prefix": "rfc", | |
"body": [ | |
"export const $1${TM_FILENAME_BASE} = () => {", | |
" return (", | |
" <>", | |
" $2", | |
" </>", | |
" )", | |
"}" | |
], | |
"description": "React Component Starter" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment