Description from extension meta
Intercept Inertia data-page attributes
Image from store
Description from store
Inertia Props Inspector is a powerful developer tool that helps you debug and analyze props in Inertia.js applications. This extension allows you to easily inspect, track, and log Inertia props directly to your console, making development and troubleshooting faster and more efficient.
Key features:
- One-click logging of Inertia props to console
- Clean, intuitive interface
- Lightweight performance impact
- Works with all Inertia.js-powered applications
Perfect for developers working with Laravel, Vue.js, or React in Inertia.js environments.
๐ค What problem does it solve?
In Inertia.js projects, data is passed between the server and the client via the props object. Usually, to view this data in development mode, we use Vue/React DevTools. However, these tools are not available in production. My plugin allows you to see this data even in production!
๐ก Inertia Props Inspector allows you to:
View props data directly in your browser on any environment, including production. Easily inspect what data is passed to each page.
โ๏ธ How does it work now?
This version, the plugin displays props data at the time of a hard page reload. This is done intentionally to minimize the load on the browser.
๐งช I invite you to test!
You can test the plugin on the official Inertia.js demo site:
https://demo.inertiajs.com/