1

There are a number of Template Engines one can use when developing with Express + node.js.

However, now node.js 4.2.2 inherently supports ES6-Template-Strings:

In light of this inherent support for templates strings, what are the advantages of still using a template engines like ejs? Do any current template engines utilize ES6-Template-Strings? Are there any performance tests that compare Express Template Engines to straight ES6-Template-Strings?

Lonnie Best
  • 9,936
  • 10
  • 57
  • 97
  • 1
    Despite the name "template strings", string interpolation using template literals [is not the same](http://stackoverflow.com/a/29201948/1048572) as a templating engine. – Bergi Dec 03 '15 at 01:16
  • see [How Does ES6 Templating Compare to Existing JavaScript Templating Solutions?](http://stackoverflow.com/q/34058667/1048572) – Bergi Dec 03 '15 at 16:29

0 Answers0