DEV Community

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

Collapse
 
saltyshiomix profile image
Shiono Yoshihide

Thank you for your fast trying it!

I fixed the bug @react-ssr/express@0.2.4 and updated the example repo :)

Collapse
 
blueboy6 profile image
BlueBoy6

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..

Thread Thread
 
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-...