Design comparison
Solution retrospective
I found literally everything difficult in this challenge. I've built like 5 different apps with different approaches but this one seemed to be the best (and only one working).
I tried implementing adjacentHTML
but found it really hard to animate, so it was not so smooth. After that i decided to create todo element in js and append it to the list already created in DOM with document fragment
. I read somewhere that doc fragment can result with better performance since the doc fragment is in memory and not part of the DOM tree itself.
If anyone has any comments on how to improve something, I'm all ears :D
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord