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)
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
andAddTodo
component have the same code. I checked that the code for theAddTodo
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!