react-isomorphic-starterkit icon indicating copy to clipboard operation
react-isomorphic-starterkit copied to clipboard

Create an isomorphic React app in less than 5 minutes

Results 19 react-isomorphic-starterkit issues
Sort by recently updated
recently updated
newest added

[0] npm run build-server exited with code 0 [1] Hash: 40d8a81b31d17d96e561 [1] Version: webpack 1.12.14 [1] Time: 433ms [1] Asset Size Chunks Chunk Names [1] client.js 288 bytes 0 [emitted]...

ERROR in ../src/server.js [1] Module build failed: TypeError: Path must be a string. Received undefined

I've update my npm version with 5.3.0. And I'm install this repo on npm, I got many warning notifications that say "warning: expression with side effects will be evaluated despite...

ERROR in ../src/server.js [1] Module build failed: ReferenceError: Unknown plugin "dev-expression" specified in "/Users/mimi/Desktop/dev/.babelrc" at 0, attempted to resolve relative to "/Users/mimi/Desktop/dev"

Hi guys, Great to see this. I've dabbled in react when it came out, but haven't played with it since. Wanted to find a repo that follows best practices and...

Hi there, Was trying to use a modified version of this kit to set an isomorphic SPA but started encountering a problem where the page refreshed the first time I...

question

Attempts to address https://github.com/RickWong/react-isomorphic-starterkit/issues/98 (Hard to test Github API—Unresponsive) **Don't merge** Not sure how this effects `Main.js` due to the Transmit implementation, but you get the idea.

enhancement

Hi there! This is a question from a _noob_. My project structure is the following: _routes.js_ ``` javascript module.exports = ( ); ``` _Main.js_ ``` javascript export default class Main...

`Couldn't find preset "es2015" relative to directory`. I was getting this error when I ran `npm run watch`. I noticed that project did not have the babel config file so...