1
0
Fork 0
dotfiles/neovim/snippets/react.snippets
2025-01-17 18:54:22 -05:00

2 lines
79 B
Text

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