What javascript templating engine do you recommend?

Posted by flybywire on Stack Overflow See other posts from Stack Overflow or by flybywire
Published on 2009-02-16T10:53:32Z Indexed on 2010/05/31 6:42 UTC
Read the original article Hit count: 155

Filed under:
|

Do you have experience with a Javascript templating engine, one that is stable, easy to use and has good performance?

I need to do apply the same template many times for different data. I prefer to download the template itself once (and have it cached) rather than processing the template on the server. Also, this way the template itself would be a static resource more easily cached in the server side too.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about template-engine