I was trying out the server rendering feature on react-page with the default contents, and after deactivating JS on my browser (Chrome), I noticed something wasn't quite all right. The HTML is there, but it wasn't rendering properly.
After some debugging, I realized the 'h1.banner.fadeIn' rule was disappearing somewhere along the pipeline. That doesn't happen when JS is activated, so I assume the client side JS takes care of rendering that.
This is weird because the same component is used on both sides. I tried to debug the issue but can't really tell where the rule is disappearing and if this is an issue with react-page or react-styles.
I was trying out the server rendering feature on react-page with the default contents, and after deactivating JS on my browser (Chrome), I noticed something wasn't quite all right. The HTML is there, but it wasn't rendering properly.
After some debugging, I realized the 'h1.banner.fadeIn' rule was disappearing somewhere along the pipeline. That doesn't happen when JS is activated, so I assume the client side JS takes care of rendering that.
This is weird because the same component is used on both sides. I tried to debug the issue but can't really tell where the rule is disappearing and if this is an issue with react-page or react-styles.