Re: [whatwg/dom] Proposal to improve the DOM creation api (#150)

That seems way worse than 

```js
h`<ul class="something">${items.map(({text}) => h`
  <li onclick=${e=>/*..*/}>
    text
    <span onclick=${close}>✕</span>
  </li>`}
</ul>`
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/150#issuecomment-239142369

Received on Thursday, 11 August 2016 12:05:55 UTC