use is used by Svelte actions, so the prefix use doesn't look like a React hook in Svelte code, which would only look familiar to React developers. Use plain get instead if you need a prefix. Otherwise, there are good points here. I'm stealing useSharedStore (with a different name..)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
useis used by Svelte actions, so the prefixusedoesn't look like a React hook in Svelte code, which would only look familiar to React developers. Use plaingetinstead if you need a prefix. Otherwise, there are good points here. I'm stealing useSharedStore (with a different name..)