mernCommentBox
mernCommentBox copied to clipboard
A Tutorial on creating a MERN Stack App from the Facebook Comment React Tutorial
I am in the middle section of the tutorial. I created procfile and updated package.json with "“start-dev”: “nf start -p 3000”. When I run the command 'npm run start-dev' I...
rawMarkup been directly set to web page using dangerouslySetInnerHTML, this is very dangerous.
Hi, hope you don't mind. Upgraded the app to react 16 and fixed the key bug. Also added concurrently. Thanks for the article on medium.
I have deploy in the heroku but the https://limitless-mountain-87107.herokuapp.com:3001/api/comments doesn't show json data. How to run yarn start-dev in heroku? Thanks
Hi Bryan, I am still getting this warning (which was fixed for loading comments before) when posting a comment: ``` warning.js:35 Warning: Each child in an array or iterator should...