God Mode

State Controller

Direct integration with state management libraries like React Query. Inspect the cache, invalidate specific query keys, or manually trigger refetches to debug race conditions.

  • Cache Visibility:

    See exactly what data is currently stored in your query cache.

  • Invalidation:

    Force queries to become 'stale' to test background refetching logic.

  • Manual Refetch:

    Trigger a refetch for any active query.