React hook for subscribing to a key in the global store.
Example:
const [counter, setCounter] = useSharedState(counterState); Copy
const [counter, setCounter] = useSharedState(counterState);
React hook for subscribing to a key in the global store.
Example: