Untitled
unknown
plain_text
10 months ago
224 B
6
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