Skip to content

Instantly share code, notes, and snippets.

@zeyadetman
Created January 24, 2024 03:53
Show Gist options
  • Select an option

  • Save zeyadetman/217df0077e0feb73b237736502d112b7 to your computer and use it in GitHub Desktop.

Select an option

Save zeyadetman/217df0077e0feb73b237736502d112b7 to your computer and use it in GitHub Desktop.
ReactJS Code Snippets
{
"React Functional Component with Props": {
"prefix": "rfcp",
"body": [
"interface $1Props {}",
"",
"export const $1 = ({}: $1Props) => {",
" return $2;",
"};"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment