Skip to content

Instantly share code, notes, and snippets.

@timwis
Created March 17, 2017 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timwis/f6ca7ad22e0e4c09c379f9ab7c05a7d0 to your computer and use it in GitHub Desktop.
Save timwis/f6ca7ad22e0e4c09c379f9ab7c05a7d0 to your computer and use it in GitHub Desktop.
Response to [The broken promise of web components](https://dmitriid.com/blog/2017/03/the-broken-promise-of-web-components/)
const html = require('bel')
['Hello', 'world'].map((text) => {
return html`<p><span>${text}</span></p>`
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment