hmr update page for vite devtools

Open
#232 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript, vite
Domain
devtools, frontend

Research direction

Start by reviewing the existing Vite DevTools page structure and how HMR events are exposed. Define the event timeline, affected files or modules, update frequency view, and optional UI highlighting, then verify that the page records and visualizes updates in real time.

Written by the indexing model from the issue text.

Description

enhancement
Clear and concise description of the problem

When working with Vite, HMR updates happen frequently, but there’s currently no centralized way to observe or track them over time.

Suggested solution

Introduce a dedicated DevTools page that records and visualizes HMR updates in real time.

This view could include:

  • A timeline or log of HMR events
  • The files/modules that triggered each update
  • Frequency of updates (to detect noisy modules)
  • Optional visual highlighting of affected areas in the UI (#231)
Image
Alternative

No response

Additional context

No response

Validations
Dominant language
TypeScript
Stars
1.2k
Forks
89
Avg merge
18h 46m
Merged PRs (30d)
24

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.

More from vitejs/devtools

All issues in vitejs/devtools

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.