Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CarsonMcKinstry/eeae4fe5717bddc80933f8e166541158 to your computer and use it in GitHub Desktop.

Select an option

Save CarsonMcKinstry/eeae4fe5717bddc80933f8e166541158 to your computer and use it in GitHub Desktop.
Snippet for React *EXPERIMENTAL* `useState()` hook -- See https://reactjs.org/hooks
{
"Use State": {
"prefix": "us",
"scope": "javascript,javascriptreact,typescript,typescriptreact",
"body": [
"const [${1}, set${1/(.*)/${1:/capitalize}/}] = useState($2);",
"$0"
],
"description": "(EXPERIMENTAL) React: Use State. See https://reactjs.org/hooks"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment