Doug Parker @develwithoutacause.dwac.dev · Jan 10

I've been investigating framework convergence from a #DevTools perspective and it strikes me that basically all the frameworks built the same extension which does the same thing. Seriously, look at these screenshots, blur your eyes a bit, and tell me which is which.

9 likes 2 replies

?

Replies

Erick Rodriguez · Jan 11

I have used at least 3 of them: React, Angular and Redux You have to keep in mind that chrome devtools really doesn't open too much for creativity here, and as you see, components regardless of the framework, are just html nodes represented by their respective tree structure

Doug Parker · Jan 10

It strikes me that we're duplicating a lot of work to present basically the same experience. I wonder if there's an opportunity for a single DevTools experience which integrations for all the major frameworks such that you could see your #Angular and #React components side-by-side.