yewstack / yew

Rust / Wasm framework for creating reliable and efficient web applications
https://yew.rs
Apache License 2.0
30.47k stars 1.42k forks source link

DevTools extension #1090

Open teymour-aldridge opened 4 years ago

teymour-aldridge commented 4 years ago

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.

Describe alternatives you've considered

Additional context I'm currently working on implementing this.

JADSN1894 commented 10 months ago

Hello everyone, I encountered the same issue and would like to offer a suggestion.

https://github.com/JADSN1894/yew-debugger

Description

yew-debugger is a devtools extension for debugging Yew applications that includes the following features:

Screenshot

Screenshot

ranile commented 10 months ago

@JADSN1894 how well does it work with function components?