Advanced
Integration Examples
Below are common integration patterns for advanced use cases. These examples demonstrate how to make DevConsole a first-class citizen in your development workflow.
React Query Integration
Connect DevConsole to your React Query client to enable the State Controller's cache inspection features.
tsx
Auth Override Pattern
Use God Mode overrides to simulate different user plans and roles throughout your application without re-logging.
tsx
Conditional Mounting Script
For projects not using React, use this script to conditionally load and mount the toolkit only when a specific URL parameter is present or in local development.
javascript