Unable to hot reload React Components
Closed this issue · 3 comments
josephktcheung commented
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.
sekoyo commented
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)
josephktcheung commented
Welcome! Looking forward to next update!
sekoyo commented
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