Closed victorb closed 8 years ago
I think this a good idea, I remember not implementing it because I was unsure how it would work with custom a .babelrc
, but I just got it to work with json stringifying the babel query. Thanks again @VictorBjelkholm, react-hot-loader
is now in version 0.8.0
.
Currently, hot-reloading is kindish setup but not fully, we're missing to include react-hot-loader to make the components reload without a full page refresh. If interested, the change would be from:
To something more like this:
And add
react-hot-loader
to the list of dependencies.Thoughts?