As of
Est.
Est.
HMR
Hot Module Replacement is the capability of web servers like Vite to load updates of JavaScript and CSS into the browser without the need of page loads. During development of web applications or content this allows for quasi instant updates of the rendered pages while you type in the IDE.
You also might want to read about the following topics:
- Rapid Development with ViteVite is the development server of choice that also supports fast builds with Rollup.
- Reactive Components with VueWhat I like about Vue and a quick glance under the hood.
- Static Site Generation with VitePress