Created
March 17, 2017 11:27
-
-
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/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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