luandro
luandro
I always get this error when trying to install the package via NPM: ``` npm ERR! peerinvalid The package reactify does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid...
Everything else seems to have worked correctly but I'm getting this error which I can't figure out. Seems to be a duplicate of #4, but he doesn't really explain how...
This tool is amazing, and essential for my workflow as a dev whose constantly offline. I imagine it to also be amazing reference material for students. But English is not...
Adds translations to portuguese!
Keep an eye on Radiums [#759](https://github.com/FormidableLabs/radium/issues/759) for resolving this issue.
The solution to #87 and #94 seems to be upgrading to [React Hot Loader 3](https://github.com/gaearon/react-hot-loader), which is in beta. Let's keep an eye on it.
It's about time the README gets it's own style, and stopped copying from [react-isomorphic-starterkit](https://github.com/RickWong/react-isomorphic-starterkit).
It seems that Webpack's [offline-plugin](https://github.com/NekR/offline-plugin) takes care of adding a service-worker, and even app-cache fallback. [Here's](https://github.com/mxstbr/react-boilerplate/blob/v3.0.0/internals/webpack/webpack.prod.babel.js) a good example of how to implement it.
Thinking on using the implementation from [here](https://medium.com/modus-create-front-end-development/automatic-code-splitting-for-react-router-w-es6-imports-a0abdaa491e9#.1h6tk3uf9), which will also solve #91. Another another alternative might be using [bundle-loader](https://github.com/webpack/bundle-loader), as explained [here](http://henleyedition.com/implicit-code-splitting-with-react-router-and-webpack/), which also gives an example on how to...
Using [this](https://medium.com/modus-create-front-end-development/automatic-code-splitting-for-react-router-w-es6-imports-a0abdaa491e9#.1h6tk3uf9) article as reference.