state-decisionReactState DecisionHardHow should server state (caching, refetching, invalidation) be handled?1With a dedicated library like TanStack Query, SWR, or RTK Query2With a single global useState3With React Context alone4By storing it in localStorage manuallyBack to list