Skip to content

HMR

Medium — good to knowFrontend

ELI5 — The Vibe Check

HMR stands for Hot Module Replacement. It's the dev server trick that updates your browser in real time without a full refresh. Hot reloading without losing your scroll position or filled-in form fields. Pure developer bliss.

Real Talk

HMR (Hot Module Replacement) is the abbreviated term for the development tooling feature where individual changed modules are swapped at runtime. The term is used interchangeably with 'hot reload' in framework contexts like React Fast Refresh and Vue's component-level HMR.

When You'll Hear This

Is HMR enabled in your dev config?,HMR latency is under 50ms with Vite.,React Fast Refresh is the React-specific HMR implementation.

Made with passive-aggressive love by manoga.digital. Powered by Claude.