diff --git a/src/content/concepts/hot-module-replacement.md b/src/content/concepts/hot-module-replacement.md index 354142daa16e..c046f67d4927 100644 --- a/src/content/concepts/hot-module-replacement.md +++ b/src/content/concepts/hot-module-replacement.md @@ -2,6 +2,7 @@ title: Hot Module Replacement sort: 11 contributors: + - kryptokinght - SpaceK33z - sokra - GRardB @@ -13,7 +14,7 @@ Hot Module Replacement (HMR) exchanges, adds, or removes [modules](/concepts/mod - Retain application state which is lost during a full reload. - Save valuable development time by only updating what's changed. -- Tweak styling faster -- almost comparable to changing styles in the browser's debugger. +- Modifications made to CSS/JS in the source code results in an instant browser update which is almost comparable to changing styles directly in the browser's dev tools. ## How It Works