Skip to content

Instantly share code, notes, and snippets.

@cyrus01337
Created June 16, 2022 15:45
Show Gist options
  • Save cyrus01337/022bf7c21708c2287e503510ba4ab732 to your computer and use it in GitHub Desktop.
Save cyrus01337/022bf7c21708c2287e503510ba4ab732 to your computer and use it in GitHub Desktop.
Zustand useStore snippet
"useStore Hook": {
"scope": "javascript,typescript,javascriptreact",
"prefix": ["use", "usestore"],
"body": [
"let ${0:slice} = useStore(state => state.${0:slice});"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment