Create React App Hot-Reloading

Chris Harris
1 min readNov 21, 2017

--

Tired of my app reloading after changing styles, but not wanting to open the can of worms that may be dealing with webpack complexity, I created a ‘rewire’ so we can have the efficiency of hot reloading without leaving the managed safety of create-react-app:

--

--