ReactCasts
ReactCasts copied to clipboard
App by app code for Build Web Apps with React JS
Tagging
Hi! would it be possible to tag the the commits so its easier to move to the corresponding lecture? Thanks
Console log: Uncaught (in promise) Error: Invariant Violation: Objects are not valid as a React child (found: object with keys {id, name, description, css, ephemeral, readonly}). If you meant to...
main.js was being included twice
Here is the error that i`m getting : events.js:141 throw er; // Unhandled 'error' event ^ Error: watch Y:\dan-testing\site\ReactWorkspace\thumbnail-list\node_modules\react\lib\ExecutionEnvironment.js UNKNOWN at exports._errnoException (util.js:874:11) at FSWatcher.start (fs.js:1234:19) at Object.fs.watch (fs.js:1262:11) at...
Hello, I checkout the reactstart repo and I cannot have gulp working. --- fs.js:1063 throw errnoException(process._errno, 'watch'); ^ Error: watch EMFILE at errnoException (fs.js:1031:11) at FSWatcher.start (fs.js:1063:11) at Object.fs.watch (fs.js:1088:11)...
Hi, I'm unable to run `npm install`. Which version of node is recommended? I've tried 4.2.0 and 4.0.0. ``` bash ➜ imgur-client git:(master) ✗ git checkout 42bcfc6 ➜ imgur-client git:(42bcfc6)...