Doug Parker @develwithoutacause.dwac.dev · Jan 10

TBH, we're all basically copying the Elements panel of standard browser DevTools. Maybe this is really an indication that browsers should have APIs to integrate with that view to display framework-specific information directly.

7 likes 2 replies

?

Replies

Doug Parker · Jan 10

Outside the components panel, things get a little less consistent. Angular has dependency injection visualization, but most other frameworks don't have DI. Performance tracing works a little differently for each framework. But I do see a lot of opportunity for shared primitives here.

Justin Fagnani · Jan 11

DevTools already has an API for integrating with the elements panel - custom elements!