HTML templating with ES6 template strings

added by Robert Greyling
2/2/2015 8:38:53 AM

346 Views

Despite their name, template strings in ECMAScript 6 (ES6) are more like a different kind of function call than a mechanism for defining templates. This blog post explains how you can still use them for HTML templating.


0 comments