Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
@justinfagnani {%for item in items} <li>{{item}}</li>{% endfor } IMO is easier to grok than html${items.forEach(item => html
<li>${item}</li>)}
, especially when the stuff in loops gets more complicated and has more interpolation inside.
@justinfagnani Guess my point is if you come at templating JS first, having it all be pure JS feels natural, but coming at it HTML/CSS first, something that feels more like HTML and CSS feels more natural. Many JRs and designers I work with are the later (and really do am I to sing extent)