FullstackReactCode icon indicating copy to clipboard operation
FullstackReactCode copied to clipboard

Companion repo to https://www.udemy.com/node-with-react-fullstack-web-development

Results 77 FullstackReactCode issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22672124/40879403-224d118a-6654-11e8-95d6-2398043f4bb9.png) stack trace ``` (node:5628) UnhandledPromiseRejectionWarning: SendGridError: Response error [0] at c:\react_tut\server\node_modules\sendgrid\lib\sendgrid.js:104:23 [0] at IncomingMessage. (c:\react_tut\server\node_modules\sendgrid-rest\lib\client.js:112:9) [0] at emitNone (events.js:111:20) [0] at IncomingMessage.emit (events.js:208:7) [0] at endReadableNT (_stream_readable.js:1064:12) [0] at...

Ive took every step that you did but yet im getting this error and i just cant find where is the problem? const mongoose = require('mongoose'); const { Schema }...

Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Questions: 1) I am not sure if it's because the server failed to add a user, according to the log message below. `at Object. (/app/node_modules/mongodb/lib/operations/add_user.js:6:17)` 2) Is there a way...

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.11.1 to 4.13.21. Changelog Sourced from mongoose's changelog. 4.13.21 / 2020-07-12 fix(query): delete top-level _bsontype property in queries to prevent silent empty queries #8222 5.9.23 / 2020-07-10...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

It's not really a good practice to keep no modules in the git repository. - [ ] Create gitignore - [ ] Remove node_modules

Working fine up until concurrently execution to run react and express, then after adjusting package.json gives the following error: ![ss](https://user-images.githubusercontent.com/28812986/36066658-c4b1f7dc-0e7b-11e8-9639-8ed9a016a0b2.png)