#1090·yew

DevTools extension

Author: teymour-aldridgeCreated Apr 18, 2020Updated Jun 25, 2026
Labelsfeature-requestfeature-accepted

Is your feature request related to a problem? Please describe. React has a browser extension which allows you to debug React applications called React DevTools which integrates into React's DevTools.

Describe the solution you'd like I'd like to be able to install a browser extension and use it to debug applications.

  • See a component tree
  • See a timeline of updates to different components
  • See a timeline of agent calls

Describe alternatives you've considered

  • Manual debugging with prinln!() calls (definitely not nearly as fun!).

Additional context I'm currently working on implementing this.