static-react
static-react copied to clipboard
Zero-configuration CLI React static renderer
If you have an app that is using the new babelify-9 (as of Babel 6.0.0) the static-react crashes because the old babel-register plugin cannot be loaded.
Is this repository active? I am getting syntax errors in my project when precompiling For one component  For another component 
There's a difference from the latest version published to npm versus the latest master version. I'm assuming it's not intentional so I wanted to give you a heads up. In...
I saw your rewrite commits in the [`next` branch](https://github.com/jxnblk/static-react/tree/next) and was curious why Travis was failing when I activated it on my fork. I updated the node version to 8...
First of all, thanks for the plugin! Was looking for this for long! But somehow, I am unable to compile components, it errors as follows: ``` /Users/jikkujose/ReactJS/scrap/static-react/example/node_modules/babel-core/lib/transformation/file/options/option-manager.js:395 throw new Error("Couldn't...
Curious if anyone is using this with react-router, and/or to generate multiple pages at once?
babelconfig.json ``` json { "plugins": ["transform-decorators-legacy"] } ``` We can use the below command in order to using Decorators: ``` bash static-react RootComponent.js -b babelconfig.json > index.html ```