yewstack / yewstack/yew

DevTools extension

Open
#1,090 3 comments 12 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-accepted feature-request
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.