Untitled

 avatar
unknown
plain_text
2 months ago
224 B
4
Indexable
{
  "useState Snippet": {
    "prefix": "usestate",
    "body": [
      "const [${1:state}, set${2:State}] = useState(${3:initialValue});",
      "$0"
    ],
    "description": "React useState hook template"
  }
}
Editor is loading...
Leave a Comment