clientside-haml-js icon indicating copy to clipboard operation
clientside-haml-js copied to clipboard

What client-side templating solution do you use now (in 2016)?

Open mikeyhew opened this issue 8 years ago • 1 comments

This project is the top search result on google for client-side haml, but I see that it hasn't been updated since 2013, which would indicate that people have moved on.

@uglyog and others, I'm curious to know what you've moved on to. What template language do you currently use for javascript-heavy web apps?

mikeyhew avatar Jul 13 '16 13:07 mikeyhew

This project has not been updated as there has been no need.

Most front-end js projects normally just use the bundled templating that comes with the framework they are using. For angluar.js, that is mustache-like templating, and for react, that is jsx.

My personal favourite is still haml, but the criticism is that with the other templating languages you can take the HTML from the designers and just annotate it.

uglyog avatar Jul 14 '16 23:07 uglyog