@whisq/devtools
v0.1.0-alpha.10
Published
DevTools runtime hook for Whisq — signal inspection, component tree, effect tracking
Maintainers
Readme
@whisq/devtools
DevTools runtime hook for Whisq — signal inspection, component tree, effect tracking.
Install
npm install @whisq/devtoolsUsage
import { connectDevTools } from "@whisq/devtools";
// Call before mount() to enable DevTools in development
if (import.meta.env.DEV) {
connectDevTools();
}Open the Whisq panel in your browser DevTools to inspect signals, the component tree, and active effects.
Documentation
Full documentation at whisq.dev.
License
MIT
