-
TIL: webpack's Hot Module Replacement (HMR) “exchanges, adds, or removes modules while an application is running, without a full reload.” 🔥 #js #webpack #dev webpack.js.org/concepts/hot-module-replacement/
-
…in reply to @m_ott
This guide explains the concept quite nicely, including code examples: webpack.js.org/guides/hot-module-replacement/ It is super useful if you don't want to wait for the JS to compile every time you make a change in development.
m_ott’s Twitter Archive—№ 14,142