grabcode / react-native-web-starter

Starter for a React Native for Web project (RN4Web)
Other
228 stars 36 forks source link

Set up React Hot Loader #24

Closed ndbroadbent closed 7 years ago

ndbroadbent commented 7 years ago

It took me a little while to figure out how to get hot reloading to work, so I thought it would be great to have it set up by default.

I needed to add the stage-0 preset and tweak exports to fix this annoying warning: https://github.com/gaearon/react-hot-loader/issues/158

grabcode commented 7 years ago

Looks good @ndbroadbent - thanks!