Anyone have resources on the design and (web/react...
# thinking-together
m
Anyone have resources on the design and (web/react) implementation of inspector suites? Inspectors like chrome/ff devtools, redux inspector, react inspector, flutter inspector, jetbrains plugins...
Am particularly interested in the "compact" ones that kind of work as a separate panel of UI in tandem with the main view, as opposed to a dedicated profiling application that takes up the whole screen space
Also interested in time travel affordances eg Elm, Redux, https://twitter.com/jasim_ab/status/1200148371329077248
a
👍 1
g
most of what i’m familiar with is just the chrome devtools extensions api: https://developer.chrome.com/extensions/devtools
not sure if that’s what you’re looking for
m
I'm less interested in the plugin development apis, more in the replication of a chrome devtools like thing in full