sekoyo/universal-react

Unable to hot reload React Components

Closed this issue · 3 comments

Thanks for creating this starter kit!

I could not hot-reload React component, which I think is because of the changes here

Can I know why it is removed? Thanks.

Oops thanks for pointing this out @josephktcheung ! Fixed (not npm published yet as there's another improvement coming to do with handling failed app api requests which happen during the server render)

Welcome! Looking forward to next update!

Thanks, np, also I added hot reloading for reducers today (I realised that doesn't automatically happen). You can add it to your project like this: https://github.com/DominicTobias/universal-react/blob/master/app/configureStore.js