Skip to content

Instantly share code, notes, and snippets.

@jmaicaaan
Last active November 28, 2020 14:39
Show Gist options
  • Select an option

  • Save jmaicaaan/6430742d3cc4529264370c3bf15d36ad to your computer and use it in GitHub Desktop.

Select an option

Save jmaicaaan/6430742d3cc4529264370c3bf15d36ad to your computer and use it in GitHub Desktop.
"React Component using filename": {
"prefix": "react#component-use-filename",
"body": [
"export const ${TM_FILENAME_BASE/(.*)/${1:/capitalize}/} = (props) => {",
" return (",
" $2",
" );",
"};"
],
"description": "Create a functional React component based on the filename"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment