static-react icon indicating copy to clipboard operation
static-react copied to clipboard

Zero-configuration CLI React static renderer

Results 8 static-react issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/34672794/37195846-755bf4c4-239a-11e8-91be-8421615aacfc.png) For another component ![image](https://user-images.githubusercontent.com/34672794/37195865-8490c1d6-239a-11e8-8bc7-798768cdc453.png)

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