Great one !
however in my last tries i found some bugs.
I installed nodemon and when i modify the jsx component, the changes doesn't appear. I tried to restart the server, switch the command to node back, but nothing worked.. the only way to change something on my screen was to create a new jsx and use him in server.js.
Do you have an idea of this bug ?
hi ! It still don't work and i don't find what is working bad.. i also tried to introduce component inside of main component but he can't find module..
Great one !
however in my last tries i found some bugs.
I installed nodemon and when i modify the jsx component, the changes doesn't appear. I tried to restart the server, switch the command to node back, but nothing worked.. the only way to change something on my screen was to create a new jsx and use him in server.js.
Do you have an idea of this bug ?
Thank you !
Thank you for your fast trying it!
I fixed the bug
@react-ssr/express@0.2.4and updated the example repo :)hi ! It still don't work and i don't find what is working bad.. i also tried to introduce component inside of main component but he can't find module..
Sorry for the inconvenience.
I finally found that
require.cachecauses this bug.I'll tackle the bugs later!
Fixed
@react-ssr/express@0.2.6:)Thank you in advance!
I'll add the feature of HMR (hot module replacement) for the better developer exprerience!
Added the hot reloading feature as of
@react-ssr/express@0.3.0!Please check out updated example repository:
github.com/saltyshiomix/react-ssr-...