I love Shuffle dance Currently learning web fundamentals for accessibility and performance
A person with growth mindset. Always looking to improve, become better at everything I do. Love deep conversations.
Hey, thanks. That definitely helps. Made me realize, I am basing most of these decisions on assumptions. Until I actually set up a certain server, see how things go, I would never have enough data to actually see what's needed. Thanks for your time. I'll keep these questions in mind.
Great questions. My goal is to learn in a few-member-environment. I am sort of also looking for new developer-friends and get to know them because I don't know many developers. And see how their process and planning works. Looking for more exposure, maybe(?) PHP, Laravel, JS, ReactJS. Web apps. What do you mean Embedded? Electronics Embedded systems? If so, yes. To be honest, I am a bit overwhelmed by GitHub opensource projects. I would rather personally connect with the people I work/collab with. Hope that makes sense. Thanks for your response :)
On **complete = {()=>this.completeHandler(post._id)}** line, you are passing post id but you aren't recieving that on completeHandler function. Do that. What's the structure of your post array? You need a property which defines whether that post is completed or not. If state of 'completed' property of that particular post is completed or true , (maybe) add a class to that post while you render.