1. 5
  1.  

  2. 2

    I think this could use more motivation. I have never written a TODO app in js, but if the library illustrates something valuable, that might not matter.

    One note about code: render() has repeated calls to Object.keys(obj).

    1. 1

      Maybe “TODO” in the title is little unfortunate. It can be used for many things, render any kind of DOM elements. List, menus even single HTML elements. It’s like very small version of React or Vue.js with completely different architecture and logic.

      1. 2

        Yeah, TODO has an association with toy apps, so I’d drop that word. Looking back at the readme, you might not need any other changes.

        1. 1

          That is actually great suggestion!