DEV Community

Discussion on: Are template engines still relevant in 2020?

Collapse
 
hi_artem profile image
Artem • Edited

Template languages are still very much relevant. Vue and Angular both used them.
Also, there are other use-cases besides web development. For example, at work I use Ansible which heavily relies on Jinja to template files. If you use Helm with K8s you also gonna use templating.

Collapse
 
rzeczuchy profile image
rzeczuchy

Hey, thanks for the comment! You're right - template engines will probably always be a part of larger frameworks. I guess in my post I was referring mainly to "standalone" JS template engines, since their popularity seems to have decreased a bit.