1
0
Fork 0

neovim: Start react snippet collection

This commit is contained in:
Jeremy Kaplan 2025-01-17 18:54:03 -05:00
commit 8205c6a269
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
snippet rstate const [get, set] = useState(s);
const [$1, $2] = useState($0);