static-react
static-react copied to clipboard
Syntax errors
Is this repository active? I am getting syntax errors in my project when precompiling
For one component

For another component

Looks like there's some babel issues. This library hasn't been updated recently, but you might be interested in one of these or just rolling your own:
- https://github.com/c8r/x0
- https://github.com/nozzle/react-static
Hey thanks for the reference. But with older version of static-react, v 3.2.0 I am able to achieve the static rendering without CSS. For CSS I am getting this error
Can you help me in solving this so that I don't have to look for another library?