DEV Community

Discussion on: Are template engines still relevant in 2020?

Collapse
 
wclayferguson profile image
Clay Ferguson • Edited

Here's one new approach (link below) based on React (without JSX). I believe in the future everything will be pure TypeScript-generated DOM elements. There's no reason really to use templates any more. It's too much unnecessary 'friction'. Why bother with a template language's conditionals, looping constructs, and binding when TypeScript can do it all and MUCH simpler.

example of my login dialog (It's template free):

github.com/Clay-Ferguson/quantizr/...

BTW: Here's a site that's running that platform/code:
quanta.wiki