DEV Community

Discussion on: [Express] React as a View Template Engine?

 
saltyshiomix profile image
Shiono Yoshihide

Sorry for the inconvenience.

I finally found that require.cache causes this bug.

I'll tackle the bugs later!

Thread Thread
 
saltyshiomix profile image
Shiono Yoshihide

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!

Thread Thread
 
saltyshiomix profile image
Shiono Yoshihide

Added the hot reloading feature as of @react-ssr/express@0.3.0!

Please check out updated example repository:

github.com/saltyshiomix/react-ssr-...