3 Repos
Browser-integrated utilities designed to analyze the structure and state of frontend frameworks.
Distinct from Frontend Frameworks: Focuses on the 'DevTools' category (debugging utilities), distinct from the frameworks themselves.
Explore 3 awesome GitHub repositories matching development tools & productivity · Framework DevTools. Refine with filters or upvote what's useful.
Vue-devtools is a browser debugger and state inspector for Vue.js applications. It functions as a frontend framework utility integrated into the browser to analyze the structure and internal state of web applications during development. The tool provides capabilities for component analysis and state inspection, allowing for the examination of component hierarchies and real-time data flow. It enables the monitoring of reactivity and the organization of running applications within the browser developer tools pane. The project covers a broader debugging workflow focused on observability and the
Provides a suite of browser-integrated debugging utilities to analyze the structure of modern web applications.
Valtio is a proxy-based state management library and reactive state engine that provides a mutable state store. It allows application state to be updated through direct object mutations rather than immutable patterns, using JavaScript proxies to track changes and trigger updates. For React applications, it includes a synchronization hook that ensures components re-render only when the specific properties they access are modified. The system supports reactive data derivation through computed properties that automatically update when their underlying dependencies change. It maintains reactivity
Integrates with external browser extensions like Redux DevTools for state inspection and manipulation.
Ships a devtools shell that mounts across React, Vue, Solid, and other frameworks without rewriting panels.