Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created February 3, 2023 07:04
Show Gist options
  • Save dipeshhkc/637f73f971baf1b2ee3c68c1c94ce655 to your computer and use it in GitHub Desktop.
Save dipeshhkc/637f73f971baf1b2ee3c68c1c94ce655 to your computer and use it in GitHub Desktop.
{
"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