Problem
Tama lacks browser DevTools integration, making it difficult to debug reactive state, component trees, and DOM inflation in development.
Proposed Solution
A browser DevTools extension that provides:
- Component Tree — Visualize the Proton component hierarchy
- Signal Inspector — View all State/StateArray values and subscribers
- DOM Mapping — Highlight which DOM nodes belong to which components
- Performance — Track inflation time, re-render counts
- Time Travel — Log state changes and allow jumping between states
Inspiration
- React DevTools (component tree, props, hooks)
- Vue DevTools (state inspection, timeline)
- Solid DevTools (signal graph, dependency tracking)
Priority
Low — Nice to have for developer experience, but not blocking.
Problem
Tama lacks browser DevTools integration, making it difficult to debug reactive state, component trees, and DOM inflation in development.
Proposed Solution
A browser DevTools extension that provides:
Inspiration
Priority
Low — Nice to have for developer experience, but not blocking.