Skip to content

Instantly share code, notes, and snippets.

@gtodd876
Created August 18, 2020 00:54
Show Gist options
  • Save gtodd876/e491b9c54273d59280ee2581690c45db to your computer and use it in GitHub Desktop.
Save gtodd876/e491b9c54273d59280ee2581690c45db to your computer and use it in GitHub Desktop.
{
"React Component - Export default function": {
"prefix": "rfcd",
"body": [
"export default function ${1:ComponentName}() {",
" return (",
" <>",
" $0",
" </>",
" );",
"}"
],
"description": "Create a React functional component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment