DevTools extension
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 32.8k
- Forks
- 1.5k
- Avg merge
- 5h 34m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points, and says implementation is already underway. Start by defining the browser-extension scope around a component tree, component-update timeline, and agent-call timeline; done means these three debugging views are available for Yew applications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100