Thoughts
The Vite and Turbopack people are fighting over whether it takes 10ms or 100ms to do HMR. At work we're using webpack and it takes 10,000ms
to do a partial recompilation, at which point the HMR fails because webpack is misconfigured, and you have to reload the page anyways (which takes another couple of seconds).