ibrahima92 / fullstack-typescript-mern-todo

Full-stack TypeScript App with React, Nodejs and MongoDB
153 stars 83 forks source link

Mistake in freeCodeCamp forum article #34

Open alfredojry opened 2 years ago

alfredojry commented 2 years ago

Hi @ibrahima92 . Congratulations for your post in the FCC forum. I am using it to build a TS / React / Node / SQLite app.

I found a mistake in the article (really code duplicated and another code forgotten)

The TodoItem and AddTodo component have the same code. I checked that the code for the AddTodo component in this repository is right, but not in the article.

Another suggestion could be to give some tips to launch this project in production (to say something about CRA proxy for development and how to build server and client)

Thanks for sharing knowledge!

carhoades commented 2 years ago

I just noticed the same thing as @alfredojry came to add an issue but saw that he already had.

Great tutorial by the way!