Description
I'm looking forward integration of webpack2 "and" React-Hot-Loader 3 (RHL) in CRA...
... but then i realized i'm not sure to fully understand the differences between webpack's HMR and RHL:
Are they doing same thing ? Are they mutually exclusive, or on contrary they must be used together to prevent full page refresh ?
At the moment, i'm using current CRA which seems to only use HMR: during dev, a change of a simple text or inner component, auto-refreshes the whole page.
Fine but when i saw this RHL video, i was like WoW it's awesome... but then why my CRA (which includes built-in "HMR") doesnot behave like that o.O ?!
I'm kinda confused, could someone explain the differences to get similar dev experience with CRA like in RHL video please ?
P.S.: not sure if that is pertinent, i'm using Webstorm 2016.3