A templating library based on JavaScript tagged template literals

A Node.js and browser templating library based on tagged template literals. Latest version: 4.0.3, last published: a day ago. Start using html-string in your project by running `npm i html-string`. There are no other projects in the npm registry using htm… Read more

Similar

Evaluating JavaScript Code via Import()

The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)

Read more »