H

Hot Module Replacement

Definition

A development feature that allows modules to be updated in a running application without a full page reload. HMR preserves application state during development, providing instant feedback when editing code. It is a core feature of tools like Vite and Webpack.

Defined Term