DEV Community

Discussion on: What's your favorite templating engine?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

JSX is actually the best, when it also works well with IDEs and TypeScript. It also avoid learning new languages in the category called Templating Engines.

Template string literals. Even though it is technically a function, I never really need to write the function directly. Generally very intuitive.

Actually, truthfully, I am currently using EJS, and retiring Pug.