DEV Community

Discussion on: Exploration of Tagged template Literals

Collapse
 
evanplaice profile image
Evan Plaice

Why introduce a new template syntax when JS already has a template syntax built-in?

For example, here's a web component that can fetch both the template and context (ie data) without the need to write any JS.

github.com/vanillawc/wc-template