When you’re talking about global state, you do mean client state, because react-query already is a global server state manager . Call useQuery with the same key twice and you’ll get the data.
When you’re talking about global state, you do mean client state, because react-query already is a global server state manager . Call useQuery with the same key twice and you’ll get the data.