A universal Chrome extension for visualizing data flow in web applications.
Analyze application state across multiple frontend libraries.
Supported libraries:
- React,
- Svelte,
...and more to come!
Features:
- Multi-Library Support: Inspect web applications built with different libraries, including those using multiple libraries simultaneously.
- App Structure Visualization: Visualize the structure of your application, including components, DOM elements, and library-specific elements like Svelte blocks.
- Real-Time Data Inspection: Inspect component data in real-time, including props, state, and library-specific details like contexts and hooks for React.
- Element Filters: Use filters to display only the elements you are interested in.
- DOM Element Highlighting: Efficiently highlight DOM elements corresponding to selected tree nodes.
- Light and Dark Mode: Choose between light and dark themes for a comfortable user experience in any lighting condition.
This extension requires permissions to access the app tree, but it does not transmit any data remotely. It is fully open source, and you can find its source code at https://github.com/steciuk/StateViz.