From 8d16916bf2f000a17098d86e35aa2a859c251bbc Mon Sep 17 00:00:00 2001 From: Minanshu Singh Date: Sat, 11 Aug 2018 14:00:09 +0530 Subject: [PATCH 1/3] Update hot-module-replacement.md Simplifying the language --- src/content/concepts/hot-module-replacement.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/concepts/hot-module-replacement.md b/src/content/concepts/hot-module-replacement.md index 354142daa16e..2f30ddc64e51 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. +- Live CSS modification -- almost comparable to changing CSS in the browser's debugger. ## How It Works From 85c849195f632fc2405a4f0807311f6f98ca57b5 Mon Sep 17 00:00:00 2001 From: Minanshu Singh Date: Sat, 11 Aug 2018 23:09:31 +0530 Subject: [PATCH 2/3] Update hot-module-replacement.md Made changes according to @Legends --- src/content/concepts/hot-module-replacement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/concepts/hot-module-replacement.md b/src/content/concepts/hot-module-replacement.md index 2f30ddc64e51..fb615ab3f618 100644 --- a/src/content/concepts/hot-module-replacement.md +++ b/src/content/concepts/hot-module-replacement.md @@ -14,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. -- Live CSS modification -- almost comparable to changing CSS in the browser's debugger. +- Modifications made to CSS/JS source code in your IDE result in instant view/browser updates -- almost comparable to changing CSS/JS in the browser's dev tools directly. ## How It Works From bfdad94daf41aa32adc1d401d0f3c9444864448f Mon Sep 17 00:00:00 2001 From: Minanshu Singh Date: Tue, 21 Aug 2018 15:26:56 +0530 Subject: [PATCH 3/3] Update hot-module-replacement.md --- src/content/concepts/hot-module-replacement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/concepts/hot-module-replacement.md b/src/content/concepts/hot-module-replacement.md index fb615ab3f618..c046f67d4927 100644 --- a/src/content/concepts/hot-module-replacement.md +++ b/src/content/concepts/hot-module-replacement.md @@ -14,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. -- Modifications made to CSS/JS source code in your IDE result in instant view/browser updates -- almost comparable to changing CSS/JS in the browser's dev tools directly. +- 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