Skip to content

Instantly share code, notes, and snippets.

@jmaicaaan
Last active November 28, 2020 15:54
Show Gist options
  • Save jmaicaaan/3ac84fa657565d6672daf9fb7b0980bd to your computer and use it in GitHub Desktop.
Save jmaicaaan/3ac84fa657565d6672daf9fb7b0980bd to your computer and use it in GitHub Desktop.
"React useState": {
"prefix": "react#useState",
"body": "const [${1}, set${1/(^[a-zA-Z])(.*)/${1:/upcase}${2}/}] = useState(null);",
"description": "React useState"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment