isomorphic-tutorial
isomorphic-tutorial copied to clipboard
Tutorial app to demonstrate isomorphic JavaScript concepts.
Can't run on NodeJS 6 due to the version of grunt node inspector. Could you change the version to 0.4.1 in package.json? "grunt-node-inspector": "^0.4.1"
node-pre-gyp is a dependency some where and it works only on those specific versions of node. I ran into the issue so, it's better to specify node engines in package.json.
I am looking for enthusiastic developers to write tutorials on SAP technologies (HANA, UI5). If you want to 1. learn something new and gain expertise 2. have the opportunity to...
Hi, I was playing around with this tutorial, and I had trouble getting the posts section to work using the server side rendering. It would crash each time I attempted...
Hi @spikebrehm Isn't it a bit redundant that the server and the client both do a get request to get the posts data? Once it's retrieved on he server can...
Error: Cannot find module './app/router/middleware' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/Users/jima/projects/reactjs/isomorphic-tutorial/index.js:6:18) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at...
Browse to a single post, hit refresh in the browser. ``` callback(null, 'Posts', {posts: posts}); ^ TypeError: string is not a function at .\app\routes.js:17:7 at Request.callback (.\node_modules\superagent\lib\node\index.js:746:30) at Request. (.\node_modules\superagent\lib\node\index.js:135:10)...
If we try to namespace our views (e.g. posts/new.hbs), grunt will throw an error ``` bash Cannot find module '..../app/views/posts' Use --force to continue. ``` This is happening in the...
On the `ga-jan-11` branch, after submitting a few new posts, each post seems to be POSTed multiple times resulting in duplicate posts. edit// noted branch.