Is effect just slow or did I do something wrong? I'm testing effect for my first impresssions with a simple todo list app in react. Project can be seen here https://gitlab.com/SunP04/todo-effect-react.git(it will be deleted in the future, don't expect much)
However, this was just way too slow, from loading the content from updating anything. I don't think I did anything wrong in the code, as it looks right and reads right for me, but I was like, waiting way too much for a simpe click and get delete a todo.