目前最好的 Javascript 模板引擎是什么?

发布于 2024-10-04 18:10:04 字数 2728 浏览 7 评论 0原文

因此,关于这个主题有很多较旧的问题,它们指出了许多可用的选项。例如,以下两个问题是该主题中回答最多的一些问题:

什么JavaScript 支持好的模板语言吗?

jQuery 模板引擎

这两个问题的大部分答案是从 2008 年开始的。

然而在过去一年左右的时间里,JavaScript 的格局已经发生了很大的变化。例如,.NET JQuery 扩展最近被添加为官方 JQuery 插件。

在当前的模板引擎中,哪一个是最好使用的?以下是我知道的一些选项:

鉴于所有这些不同的选择,哪一个可能是最好的选择?

我试图在 Resig 的 Microtemplates 和 JQuery-tmpl 之间做出选择,但我不知道两者中哪一个更好,或者是否有比它们更好的选择。

任何熟悉许多可用选项的人都可以就此事提供一些建议吗?

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 good template language is supported in JavaScript?

jQuery templating engines

Most of the answers to both questions are from 2008.

However in the past year or so the javascript landscape has evolved considerably. For example, the .NET JQuery extensions were recently added as official JQuery plugins.

Out of the current templating engines, which is the best one to use? Here are some options I'm aware of:

Given all these different options, which is probably the best one to choose?

I was trying to decide between Resig's Microtemplates and JQuery-tmpl, but I don't know which of the two is better or if there is a better option than either of them.

Can anyone familiar with many of the options available lend some advice on this matter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小梨窩很甜 2024-10-11 18:10:04

不应考虑 ASP.NET Ajax 库的 DataView。它在发布之前已被弃用,取而代之的是 jQuery 模板。

我已经使用 jTemplates 几年了,发现它足够可靠。然而,随着 jQuery 模板计划包含在 jQuery 1.5 核心中,采用外部依赖项来重新实现已包含在核心库中的内容是没有意义的。假设您正在使用 jQuery,仅此一点就足以支持 jQuery 模板。

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.

傲世九天 2024-10-11 18:10:04

这绝对是一个主观和争论性问题,我只是想添加性能到您可能考虑的事项列表中。

It's definetely a subjective and argumentative question, I've just wanted to add performance to the list of things you may consider.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文