Login
Theme: Light Dark

Are templating engines still neccessary in Node app development when there are front-end frameworks such as React and Angular available?

Tagged:

Home - Quora Link

You need a template engine in order to interpolate data-bound values into your markup. They’re still absolutely necessary with any non-static web application. Both Angular and React embed their own template engines into the framework.