Created
January 24, 2024 03:53
-
-
Save zeyadetman/217df0077e0feb73b237736502d112b7 to your computer and use it in GitHub Desktop.
ReactJS Code Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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