Library
Developer ToolsPreact DevTools
Development-time inspection helpers for Preact component trees.
ExperimentalActive
Experimental
Compatibility is possible but still being validated for production Preact use.
Packagepreact/devtools
npm install preact/devtoolsif (import.meta.env.DEV) { await import("preact/devtools");}Introduction
DevTools support helps inspect component trees and state changes while debugging Preact applications.
Preact configuration
Import the devtools entry during development only.
SSR notes
Development-only tooling.
Islands notes
Helpful when debugging isolated interactive widgets.