What Is The Best Current Javascript Templating Engine?
So there are a bunch of older questions on this topic that point to a number of options available. These two questions for example are some of the most answered on the topic: What
Solution 1:
The ASP.NET Ajax Library's DataView should not be considered. It was deprecated before release, in favor of jQuery Templates.
I've been using jTemplates for a couple years and have found it to be solid enough. However, with jQuery Templates slated for inclusion in jQuery 1.5 core, it doesn't make sense to take an external dependency that re-implements something already included in the core library. That alone is enough reason to favor jQuery Templates, assuming you're using jQuery.
Solution 2:
It's definetely a subjective and argumentative question, I've just wanted to add performance to the list of things you may consider.
Post a Comment for "What Is The Best Current Javascript Templating Engine?"