react-spa
react-spa copied to clipboard
Community site SPA based on ReactJS
After i made var enableIsomorphicApp = true; i started to argue about jQuery missing dependency after i installed jQuery in both ./server and project itself folder it shown another issue....
There is no modernizr in the bower dependencies.
$ gulp [16:15:07] Warning: gulp version mismatch: [16:15:07] Global gulp is 3.9.0 [16:15:07] Local gulp is 3.8.11 module.js:338 throw err; ^ Error: Cannot find module './dependencies/TemplateArgumentDependency' at Function.Module._resolveFilename (module.js:336:15) at...
Bear in mind that upgrading to reactjs 0.13 will break the source code, See https://github.com/facebook/react/issues/3418 for more information.
Would it be possible to reduce the code duplication regarding the store implementation ? The functions `forThisStore`, `onLoadResourceSuccess` and `onLoadResourceFail` are copied all over. Do you have any ideas on...
I see the usage of Immutable-js; I'm wondering if you ever looked into using [omniscientjs](https://github.com/omniscientjs/omniscient)?