dwaltrip / app-state-inspector

Live overlay panel for inspecting app state in mithril.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App State Inspector

This is a prototype app I wrote for debugging and visualising app state in mithril.js apps. The intent was to improve on console.log style debugging, especially on pages with rapid state changes (e.g. frequent mouse events or input events).

It has been somewhat useful for me, but not as much as I originally thought. There are also some known issues/bugs.

I may come back and revamp this project at some point, but right now it isn't a high priority.

Link to full documentation

About

Live overlay panel for inspecting app state in mithril.js applications


Languages

Language:JavaScript 54.2%Language:CSS 40.0%Language:HTML 5.8%