Skip to content

Instantly share code, notes, and snippets.

@kuldar
Last active April 19, 2025 22:28
Show Gist options
  • Save kuldar/61f06ef624e72fad592458717a561a77 to your computer and use it in GitHub Desktop.
Save kuldar/61f06ef624e72fad592458717a561a77 to your computer and use it in GitHub Desktop.
{
"React Component": {
"prefix": "rcc",
"body": [
"const ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/}} = () => {",
" return (",
" <div>",
" ${2:$1}",
" </div>",
" );",
"};",
"",
"export default $1;"
],
"description": "Minimal functional React component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment