Completed my initial take on #TodoMVC in #ElementHTML is on #github! 😋
https://github.com/elementhtml/demo-todomvc
Pros: 41 lines of #HTML + 32 lines of #CSS, 0 lines of #Javascript
The con: in the last hour I discovered a small memory leak caused by event handlers not being properly garbage collected which saps the otherwise snappy performance. Will have to spend a while delving through the core to find and resolve. 😩
Overall, a good exercise to help get #ElementHTML ready for prime time...